X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/eb793ae26e057d4fadeb7ea1527d4428396142f2..0213643ebcba068561691bfbe366fed075d0d3d1:/lib/lib.php diff --git a/lib/lib.php b/lib/lib.php index 3417c95b..3ed66237 100644 --- a/lib/lib.php +++ b/lib/lib.php @@ -169,7 +169,7 @@ { $aResult = array(array(join(' ',$aWords))); $sFirstToken = ''; - if ($iDepth < 8) { + if ($iDepth < 7) { while(sizeof($aWords) > 1) { $sWord = array_shift($aWords);