Admin app queue page was only displaying like matches for a submitted app.
Factor like and fuzzy searches out in to a function and call that function from normal search and from the app queue page so admins see fuzzy matches for submitted apps.
This commit is contained in:
@@ -99,8 +99,7 @@ if ($_REQUEST['sub'])
|
||||
} else // application
|
||||
{
|
||||
echo html_frame_start("Potential duplicate applications in the database","90%","",0);
|
||||
$hResult = searchForApplication($oApp->sName);
|
||||
outputSearchTableForhResult($oApp->sName, $hResult);
|
||||
perform_search_and_output_results($oApp->sName);
|
||||
echo html_frame_end(" ");
|
||||
|
||||
//help
|
||||
|
||||
Reference in New Issue
Block a user