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:
Chris Morgan
2005-07-28 00:22:43 +00:00
committed by WineHQ
parent 324ed66eae
commit cd6f9e8302

View File

@@ -344,7 +344,7 @@ function cleanupSearchWords($search_words)
$ignore_words = array('I', 'a', 'about', 'an', 'are', 'as', 'at', 'be', 'by', 'com',
'de', 'en', 'for', 'from', 'how', 'in', 'is', 'it', 'la', 'of',
'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 = "";