From: Sarah Hoffmann Date: Fri, 24 May 2013 21:49:01 +0000 (+0200) Subject: reduce max term splits X-Git-Tag: deploy~607 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/37bf7bc20e2e3524b00514752f55ec9a3e7e01b4 reduce max term splits --- diff --git a/lib/lib.php b/lib/lib.php index 1517b317..cac95d84 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);