X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/e1a2d9e61e5905bef2ffaa36353681cd33660215..78d5b63e38b1165a22f27a5255e0c0d63d6464cb:/lib/lib.php?ds=sidebyside diff --git a/lib/lib.php b/lib/lib.php index 9de2a548..f020a8b2 100644 --- a/lib/lib.php +++ b/lib/lib.php @@ -55,7 +55,7 @@ function getWordSets($aWords, $iDepth) { $aResult = array(array(join(' ', $aWords))); $sFirstToken = ''; - if ($iDepth < 8) { + if ($iDepth < 7) { while (sizeof($aWords) > 1) { $sWord = array_shift($aWords); $sFirstToken .= ($sFirstToken?' ':'').$sWord; @@ -494,7 +494,10 @@ function _debugDumpGroupedSearches($aData, $aTokens) } } echo "
rank | Name Tokens | Name Not | Address Tokens | Address Not | country | operator | class | type | house# | Lat | Lon | Radius |
---|---|---|---|---|---|---|---|---|---|---|---|---|
rank | Name Tokens | Name Not | "; + echo "Address Tokens | Address Not | country | "; + echo "operator | class | type | house# | "; + echo "Lat | Lon | Radius |