wiki.techinc.nl/includes/search
James D. Forrester df5eb22f83 Replace uses of DB_MASTER with DB_PRIMARY
Just an auto-replace from codesniffer for now.

Change-Id: I5240dc9ac5929d291b0ef1c743ea2bfd3f428266
2021-04-29 09:24:31 -07:00
..
Entity rest: Add 'thumbnail' and 'description' fields to the search response 2020-05-05 19:35:52 +03:00
Hook Merge "Document hook names in hook interfaces." 2020-10-02 16:15:21 +00:00
searchwidgets Replace various usages of PermissionManager with Authority 2021-03-17 20:23:58 -06:00
AugmentPageProps.php Add ISearchResultSet 2019-07-22 18:27:39 +00:00
BaseSearchResultSet.php Replace "@stable for subclassing" with "@stable to extend" 2020-07-13 11:00:30 +02:00
DummySearchIndexFieldDefinition.php
FauxSearchResult.php RevisionSearchResultTrait: Remove use of Revision objects 2020-04-13 01:12:21 +00:00
FauxSearchResultSet.php Use static closures where safe to use 2021-02-11 00:13:52 +00:00
ISearchResultSet.php Stability annotations for interfaces. 2020-07-07 22:01:29 +00:00
NullIndexField.php Fix/suppress misc phan errors (#5) 2019-04-05 15:53:37 -07:00
PaginatingSearchEngine.php Replace "@stable for implementation" with "@stable to implement" 2020-07-13 11:05:49 +02:00
ParserOutputSearchDataExtractor.php
PerRowAugmentor.php Add ISearchResultSet 2019-07-22 18:27:39 +00:00
PrefixSearch.php Use static closures where safe to use 2021-02-11 00:13:52 +00:00
ResultAugmentor.php Replace "@stable for implementation" with "@stable to implement" 2020-07-13 11:05:49 +02:00
ResultSetAugmentor.php Replace "@stable for implementation" with "@stable to implement" 2020-07-13 11:05:49 +02:00
RevisionSearchResult.php Hard deprecate new SearchResult() and introduce RevisionSearchResult 2019-08-27 08:27:28 -07:00
RevisionSearchResultTrait.php Hooks::run() call site migration 2020-05-30 14:23:28 +00:00
SearchDatabase.php Replace "@stable for subclassing" with "@stable to extend" 2020-07-13 11:00:30 +02:00
SearchEngine.php Use static closures where safe to use 2021-02-11 00:13:52 +00:00
SearchEngineConfig.php Hooks::run() call site migration 2020-05-30 14:23:28 +00:00
SearchEngineDummy.php Move class SearchEngineDummy to own file 2019-03-29 20:35:35 +01:00
SearchEngineFactory.php SearchEngineFactory: inject load balancer 2021-04-22 20:48:10 +00:00
SearchExactMatchRescorer.php Replace deprecated WikiPage::factory in search related classes 2020-11-11 23:03:32 +01:00
SearchHighlighter.php build: Updating mediawiki/mediawiki-codesniffer to 32.0.0 2020-10-28 20:06:22 +00:00
SearchIndexField.php Stability annotations for interfaces. 2020-07-07 22:01:29 +00:00
SearchIndexFieldDefinition.php Remove documentation that literally repeats the code 2020-10-27 19:20:26 +00:00
SearchMySQL.php Replace uses of DB_MASTER with DB_PRIMARY 2021-04-29 09:24:31 -07:00
SearchNearMatcher.php Hard deprecate User ::isIP, ::getOptions 2021-04-26 16:10:24 +00:00
SearchNearMatchResultSet.php Add ISearchResultSet 2019-07-22 18:27:39 +00:00
SearchPostgres.php Replace uses of DB_MASTER with DB_PRIMARY 2021-04-29 09:24:31 -07:00
SearchResult.php Hard deprecate new SearchResult() and introduce RevisionSearchResult 2019-08-27 08:27:28 -07:00
SearchResultSet.php Use static closures where safe to use 2021-02-11 00:13:52 +00:00
SearchResultSetTrait.php Unsuppress another phan issue (part 7) 2019-09-03 17:19:21 +00:00
SearchResultTrait.php Use static closures where safe to use 2021-02-11 00:13:52 +00:00
SearchSqlite.php Replace uses of DB_MASTER with DB_PRIMARY 2021-04-29 09:24:31 -07:00
SearchSuggestion.php search: restore search suggestions from non-main namespaces 2020-11-17 00:31:42 +01:00
SearchSuggestionSet.php Use static closures where safe to use 2021-02-11 00:13:52 +00:00
SqlSearchResult.php Fix even more Squiz.Scope.MethodScope.Missing 2020-05-17 03:07:58 +01:00
SqlSearchResultSet.php Fix even more Squiz.Scope.MethodScope.Missing 2020-05-17 03:07:58 +01:00
StringPrefixSearch.php Use static closures where safe to use 2021-02-11 00:13:52 +00:00
TitlePrefixSearch.php Use __CLASS__/::class to define callback for array_map/_filter/usort 2021-01-22 16:39:29 +00:00