X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/aa8c6e5f135364779568b465a521b44e36058dcf..1aca9204f794f879335995250958102a94424892:/lib/lib.php diff --git a/lib/lib.php b/lib/lib.php index 3b16b399..a4e4aa6c 100644 --- a/lib/lib.php +++ b/lib/lib.php @@ -169,7 +169,7 @@ { $aResult = array(array(join(' ',$aWords))); $sFirstToken = ''; - if ($iDepth < 8) { + if ($iDepth < 7) { while(sizeof($aWords) > 1) { $sWord = array_shift($aWords);