$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,
}
}
- if ($iQueryLoop > 20) break;
+ //if ($iQueryLoop > 20) break;
}
if (!empty($aResults)) {
}
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