From cd6f9e8302a7c307aa4be054a20fd5cff765179e Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Thu, 28 Jul 2005 00:22:43 +0000 Subject: [PATCH] Remove 'game' from our search terms because many application descriptions use the word and searching for it returns erroneous results --- include/util.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/util.php b/include/util.php index 8ac9c63..9ae7906 100644 --- a/include/util.php +++ b/include/util.php @@ -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 = "";