X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/a9b370fcb2f73aac47363ffe75feaae2984fbe73..521d6294993f8d8d46d93d514c08556d0c924786:/lib/lib.php diff --git a/lib/lib.php b/lib/lib.php index 50cf3dc4..d1afedbd 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);