disable fuzzy search for the time being as the query might be causing issues with mysql
Patch Author: Alexander Nicolaysen Sørnes <alex@thehandofagony.com>
This commit is contained in:
@@ -278,8 +278,6 @@ class application_queue
|
||||
{
|
||||
echo "<b>Like matches</b>\n";
|
||||
$this->displayDuplicateTable(searchForApplication($this->oApp->sName));
|
||||
echo "<br /><b>Fuzzy matches</b>\n";
|
||||
$this->displayDuplicateTable(searchForApplicationFuzzy($this->oApp->sName, 60));
|
||||
}
|
||||
|
||||
function displayDuplicateTable($hResult)
|
||||
|
||||
Reference in New Issue
Block a user