X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/0b545ba093add069fa42bb2e00e1a54b05530ea2..ededee63989ddcdf048833aef932bf02a08a1ab4:/lib/lib.php 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);