]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib/lib.php
Merge remote-tracking branch 'lonvia/inverse-query-II'
[nominatim.git] / lib / lib.php
index 43807d1566588cecc6319462a06580a948601c6c..25282756ad3e99baa0455c5194e49268914dad16 100644 (file)
        {
                $aResult = array(array(join(' ',$aWords)));
                $sFirstToken = '';
-               if ($iDepth < 8) {
+               if ($iDepth < 7) {
                        while(sizeof($aWords) > 1)
                        {
                                $sWord = array_shift($aWords);