X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/c242386ddbfcce3dc9e03467b3bd97b5da89de49..fa0cf215e723401fec62a3b336a4ed8908c2bfed:/lib/lib.php diff --git a/lib/lib.php b/lib/lib.php index 57bd4723..dfd7008d 100644 --- a/lib/lib.php +++ b/lib/lib.php @@ -184,7 +184,7 @@ { $aResult = array(array(join(' ',$aWords))); $sFirstToken = ''; - if ($iDepth < 8) { + if ($iDepth < 7) { while(sizeof($aWords) > 1) { $sWord = array_shift($aWords);