X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/8a8e23ef3cb3e7ffb937c75ab1bdeee9ef5b3bf0..ab9202b1c2de078822756d447e450610f0815692:/lib/Geocode.php?ds=inline diff --git a/lib/Geocode.php b/lib/Geocode.php index 3d6838b6..af3262f9 100644 --- a/lib/Geocode.php +++ b/lib/Geocode.php @@ -642,12 +642,6 @@ class Geocode $oValidTokens = new TokenList(); if (!empty($aTokens)) { - $sSQL = 'SELECT word_id, word_token, word, class, type, country_code, operator, search_name_count'; - $sSQL .= ' FROM word '; - $sSQL .= ' WHERE word_token in ('.join(',', $this->oDB->getDBQuotedList($aTokens)).')'; - - Debug::printSQL($sSQL); - $oValidTokens->addTokensFromDB( $this->oDB, $aTokens, @@ -776,7 +770,7 @@ class Geocode } } - if ($iQueryLoop > 20) break; + //if ($iQueryLoop > 20) break; } if (!empty($aResults)) { @@ -848,8 +842,8 @@ class Geocode } if (!empty($aResults)) break; - if ($iGroupLoop > 4) break; - if ($iQueryLoop > 30) break; + //if ($iGroupLoop > 4) break; + //if ($iQueryLoop > 30) break; } } else { // Just interpret as a reverse geocode