X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/a974d2509257cb2c4967631cea30eb483c37c837..2db6f931b6ce1d331433f7e4f02ac332381a7b29:/lib/lib.php?ds=sidebyside diff --git a/lib/lib.php b/lib/lib.php index a75c3af7..54c8c7d0 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);