X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/ddcb95ca39c041ce9079d3c75367f5f8bc28b503..00379183adaca10dbbae1c3819e8652269d49ad7:/lib/lib.php diff --git a/lib/lib.php b/lib/lib.php index 2f94c25c..48fba5ac 100644 --- a/lib/lib.php +++ b/lib/lib.php @@ -178,7 +178,7 @@ { $aResult = array(array(join(' ',$aWords))); $sFirstToken = ''; - if ($iDepth < 8) { + if ($iDepth < 7) { while(sizeof($aWords) > 1) { $sWord = array_shift($aWords);