Remove 'game' from our search terms because many application descriptions use the word and searching for it returns erroneous results
This commit is contained in:
@@ -344,7 +344,7 @@ function cleanupSearchWords($search_words)
|
|||||||
$ignore_words = array('I', 'a', 'about', 'an', 'are', 'as', 'at', 'be', 'by', 'com',
|
$ignore_words = array('I', 'a', 'about', 'an', 'are', 'as', 'at', 'be', 'by', 'com',
|
||||||
'de', 'en', 'for', 'from', 'how', 'in', 'is', 'it', 'la', 'of',
|
'de', 'en', 'for', 'from', 'how', 'in', 'is', 'it', 'la', 'of',
|
||||||
'on', 'or', 'that', 'the', 'this', 'to', 'was', 'what', 'when',
|
'on', 'or', 'that', 'the', 'this', 'to', 'was', 'what', 'when',
|
||||||
'where', 'who', 'will', 'with', 'und', 'the', 'www');
|
'where', 'who', 'will', 'with', 'und', 'the', 'www', 'game');
|
||||||
|
|
||||||
$filtered_search = "";
|
$filtered_search = "";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user