wiki.techinc.nl/includes/search
Erik Bernhardson 23acf6e70f Move query rewriting into search backend
Special:Search recently gained query rewriting behavior when the
original query returned no results.  We want to expose this query
rewriting behavior to both api and web requests.  Additionally we
want to be able to test different configurations of the query
suggestions.  This patch allows for both by moving the rewriting
from core into the search backend.

This defaults to enabled for Special:Search, and disabled for
ApiQuerySearch. Internal code that talks to the search backend
needs to specifically enable this feature.

Bug: T106888
Change-Id: I0a8f75759f9148f53358707369b8a7128215de86
2015-08-31 22:41:05 -07:00
..
SearchDatabase.php Database search fixes: 2014-06-20 13:43:36 -07:00
SearchEngine.php Document namespaces member as nullable 2015-05-05 11:11:32 -07:00
SearchHighlighter.php Fix whitespace issues around parentheses 2015-06-16 22:14:02 +03:00
SearchMssql.php Remove redundant $db->resultObject() calls 2014-09-19 20:35:55 +00:00
SearchMySQL.php Pass function name in SearchMySQL::minSearchLength 2015-07-12 22:05:37 +02:00
SearchOracle.php Remove redundant $db->resultObject() calls 2014-09-19 20:35:55 +00:00
SearchPostgres.php PostgreSQL: Fix text search on moved pages 2015-02-17 18:15:23 -08:00
SearchResult.php Replace wfRunHooks calls with direct Hooks::run calls 2014-12-10 12:26:59 -08:00
SearchResultSet.php Move query rewriting into search backend 2015-08-31 22:41:05 -07:00
SearchSqlite.php Use mediawiki/at-ease library for suppressing warnings 2015-06-11 18:49:29 +00:00