aboutsummaryrefslogtreecommitdiffstats
path: root/includes/search/SearchResult.php
Commit message (Expand)AuthorAgeFilesLines
* Use explicit nullable type on parameter argumentsUmherirrender2024-10-161-1/+1
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+2
* Hard deprecate new SearchResult() and introduce RevisionSearchResultDavid Causse2019-08-271-195/+18
* Add SearchResultTraitDavid Causse2019-08-201-42/+1
* Break the cyclic dependency between SearchEngine and SearchResultDavid Causse2019-08-201-6/+0
* Deprecate SearchEngine:getTextFromContent() and SearchEngine::textAlreadyUpda...David Causse2019-08-011-2/+2
* Add explicit visibility to SearchResult methodsDavid Causse2019-07-241-16/+16
* Add ISearchResultSetDavid Causse2019-07-221-2/+2
* Deprecate SearchResult::termMatches()David Causse2019-06-271-18/+3
* Merge "Fix param type of search terms in search related classes"jenkins-bot2019-06-171-1/+1
|\
| * Fix param type of search terms in search related classesUmherirrender2019-06-141-1/+1
* | Replace some uses of deprecated wfFindFile() and wfLocalFile()Derick Alangi2019-06-111-2/+3
|/
* SearchResult: MW version number should be a string in wfDeprecated callDerick Alangi2019-05-141-1/+1
* Fix PhanTypeMismatchDeclaredParamUmherirrender2018-07-071-1/+1
* Convert SearchResultSet to typical iterationErik Bernhardson2018-06-111-7/+24
* Fix spacing for @param and indent of function commentsUmherirrender2017-08-151-1/+1
* Infrastructure for augmenting search resultsStanislav Malyshev2016-09-151-2/+32
* Convert SearchEngine to service containersStanislav Malyshev2016-04-251-4/+12
* Convert all array() syntax to []Kunal Mehta2016-02-171-1/+1
* Fix long line to make phpcs passAmir E. Aharoni2015-10-061-1/+2
* Add null to @return tags if a method can return nullThiemo Mättig2015-10-051-2/+2
* Replace wfRunHooks calls with direct Hooks::run callsAaron Schulz2014-12-101-1/+1
* Allow search to return matching categoryNik Everett2014-10-231-0/+7
* SearchResult: clean up constructionChad Horohoe2014-09-121-29/+0
* Remove "related" searchesChad Horohoe2014-09-121-7/+0
* Fix highlighting of results when the search result does not return termMatchesStephan Gambke2014-08-181-3/+8
* Remove score display from search engineChad Horohoe2014-08-071-7/+0
* Cleanup some docs (includes/[s-z])umherirrender2014-07-241-1/+1
* Fixed some @params documentation (includes/*)umherirrender2014-04-201-21/+22
* Break up SearchEngine.php into a couple of other filesChad Horohoe2014-03-191-0/+274