X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/7769b0a8236575dddae43ec2f4f94d38a22e4747..3ce0917874b55d8013d8bb37113e42dfb0c8b452:/lib/lib.php diff --git a/lib/lib.php b/lib/lib.php index df65848d..b8f8d8b0 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);