wiki.techinc.nl/includes/search
David Causse c6b4bdf0ab Deprecate SearchEngine::userHighlightPrefs()
was only returning two constants and forced a cyclic dep bewteen
SearchEngine and its SearchResult instance.
Simple make these values a constant in SearchHighlighter and use
them as default values for the highlight methods.

Change-Id: Ia78408d5266d0a305006027fe6265a2a1d68b0b9
2019-08-01 17:16:41 +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 Add ISearchResultSet 2019-07-22 18:27:39 +00:00
SearchEngine.php Deprecate SearchEngine::userHighlightPrefs() 2019-08-01 17:16:41 +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 Merge "Remove @param comments that literally repeat what the code says" 2018-01-11 23:48:03 +00:00
SearchHighlighter.php Deprecate SearchEngine::userHighlightPrefs() 2019-08-01 17:16:41 +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 search: refactor DatabaseSearch to take a load balancer instance 2019-06-26 03:03:37 +00:00
SearchMySQL.php search: refactor DatabaseSearch to take a load balancer instance 2019-06-26 03:03:37 +00: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 Switch various LoadBalancer::getConnection() callers to getConnectionRef() 2019-07-12 10:56:30 -07:00
SearchPostgres.php search: refactor DatabaseSearch to take a load balancer instance 2019-06-26 03:03:37 +00:00
SearchResult.php Add explicit visibility to SearchResult methods 2019-07-24 12:01:46 +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 Switch various LoadBalancer::getConnection() callers to getConnectionRef() 2019-07-12 10:56:30 -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