X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/97c572b92f5e09d646ce045a949e40d53f87243a..21c590416854b1245866b96772fde61050c0e01a:/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);