wiki.techinc.nl/includes/search
WMDE-Fisch e1518660e1 Use ExtensionRegistry instead of class name
Use the ExtensionRegistry instead of checking for the main class
name of the Cite extension. - I'm not entirely sure if this is much
better. A hook would still be the better option. But at least Cite
could be refactored and the class name changed.

Bug: T89151
Change-Id: I35e5aa9955141b575de68a5be2c0d5b87585eb77
2019-08-14 19:07:39 +02:00
..
AugmentPageProps.php Add ISearchResultSet 2019-07-22 18:27:39 +00:00
BaseSearchResultSet.php Add BaseSearchResultSet 2019-07-25 15:47:01 +02:00
DummySearchIndexFieldDefinition.php
ISearchResultSet.php Add BaseSearchResultSet 2019-07-25 15:47:01 +02:00
NullIndexField.php Fix/suppress misc phan errors (#5) 2019-04-05 15:53:37 -07:00
PaginatingSearchEngine.php Add ISearchResultSet 2019-07-22 18:27:39 +00:00
ParserOutputSearchDataExtractor.php
PerRowAugmentor.php Add ISearchResultSet 2019-07-22 18:27:39 +00:00
PrefixSearch.php PrefixSearch: Drop titleSearch(), deprecated in 1.23 2019-06-24 11:11:17 -07:00
ResultAugmentor.php
ResultSetAugmentor.php Add ISearchResultSet 2019-07-22 18:27:39 +00:00
SearchDatabase.php Merge "Document SearchDatabase::doSearchTextInDB to return null" 2019-08-01 21:51:36 +00:00
SearchEngine.php Deprecate SearchEngine:getTextFromContent() and SearchEngine::textAlreadyUpdatedForIndex() 2019-08-01 17:59:32 +02:00
SearchEngineConfig.php
SearchEngineDummy.php Move class SearchEngineDummy to own file 2019-03-29 20:35:35 +01:00
SearchEngineFactory.php search: refactor DatabaseSearch to take a load balancer instance 2019-06-26 03:03:37 +00:00
SearchExactMatchRescorer.php
SearchHighlighter.php Use ExtensionRegistry instead of class name 2019-08-14 19:07:39 +02:00
SearchIndexField.php Define index types as strings 2019-04-18 23:59:18 -07:00
SearchIndexFieldDefinition.php Define index types as strings 2019-04-18 23:59:18 -07:00
SearchMssql.php Document SearchDatabase::doSearchTextInDB to return null 2019-07-31 18:15:13 +02:00
SearchMySQL.php Document SearchDatabase::doSearchTextInDB to return null 2019-07-31 18:15:13 +02:00
SearchNearMatcher.php Add ISearchResultSet 2019-07-22 18:27:39 +00:00
SearchNearMatchResultSet.php Add ISearchResultSet 2019-07-22 18:27:39 +00:00
SearchOracle.php Merge "Document SearchDatabase::doSearchTextInDB to return null" 2019-08-01 21:51:36 +00:00
SearchPostgres.php search: refactor DatabaseSearch to take a load balancer instance 2019-06-26 03:03:37 +00:00
SearchResult.php Deprecate SearchEngine:getTextFromContent() and SearchEngine::textAlreadyUpdatedForIndex() 2019-08-01 17:59:32 +02:00
SearchResultSet.php Add SearchResultSetTrait 2019-07-25 15:52:36 +02:00
SearchResultSetTrait.php Add SearchResultSetTrait 2019-07-25 15:52:36 +02:00
SearchSqlite.php rdbms: remove DatabaseSqlite::checkForEnabledSearch() in favor of explicit queries 2019-08-07 18:47:36 -07:00
SearchSuggestion.php
SearchSuggestionSet.php Change typehint callback to callable 2018-12-01 10:10:41 +01:00
SqlSearchResult.php Deprecate SearchEngine::userHighlightPrefs() 2019-08-01 17:16:41 +02:00
SqlSearchResultSet.php Deprecate SearchResultSet::free 2019-07-22 17:46:00 +02:00
StringPrefixSearch.php Move PrefixSearch classes to own files 2019-03-27 21:40:33 +01:00
TitlePrefixSearch.php Move PrefixSearch classes to own files 2019-03-27 21:40:33 +01:00