Search was returning queued apps if they contained keywords
This commit is contained in:
@@ -14,8 +14,8 @@ $sQuery = "SELECT *
|
||||
FROM appFamily
|
||||
WHERE appName != 'NONAME'
|
||||
AND queued = 'false'
|
||||
AND appName LIKE '%".addslashes($_REQUEST['q'])."%'
|
||||
OR keywords LIKE '%".addslashes($_REQUEST['q'])."%'
|
||||
AND (appName LIKE '%".addslashes($_REQUEST['q'])."%'
|
||||
OR keywords LIKE '%".addslashes($_REQUEST['q'])."%')
|
||||
ORDER BY appName";
|
||||
$hResult = query_appdb($sQuery);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user