X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/0b545ba093add069fa42bb2e00e1a54b05530ea2..d1d46182ed6c66a0450327b875171e91b9404153:/lib/lib.php?ds=sidebyside diff --git a/lib/lib.php b/lib/lib.php index 74e971b4..a7584b37 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);