wiki.techinc.nl/includes/search
Chad Horohoe 3b7a003589 Reset searchTerms[] before populating.
Otherwise, multiple calls to searchQuery() would accumulate search
terms. searchTerms[] is defined in SearchEngine so we can't just get
rid of it altogether.

Change-Id: Iddbb3920e3a9d5849c99fe90d2d725d16019b51d
2014-09-05 06:51:27 -07:00
..
SearchDatabase.php Database search fixes: 2014-06-20 13:43:36 -07:00
SearchEngine.php Add missing @param to function docs 2014-08-14 19:38:57 +00:00
SearchHighlighter.php Add missing @return and @param to doc blocks 2014-08-27 21:57:45 +02:00
SearchMssql.php Add missing @param to function docs 2014-08-14 19:38:57 +00:00
SearchMySQL.php Add missing @param to function docs 2014-08-14 19:38:57 +00:00
SearchOracle.php Add missing @param to function docs 2014-08-14 19:38:57 +00:00
SearchPostgres.php Reset searchTerms[] before populating. 2014-09-05 06:51:27 -07:00
SearchResult.php Fix highlighting of results when the search result does not return termMatches 2014-08-18 15:55:51 +00:00
SearchResultSet.php rm $wgCountTotalSearchHits. It was broken. 2014-07-08 03:41:13 -03:00
SearchSqlite.php Add missing @param to function docs 2014-08-14 19:38:57 +00:00