aboutsummaryrefslogtreecommitdiffstats
path: root/includes/search/PrefixSearch.php
Commit message (Expand)AuthorAgeFilesLines
* Fix many typos in commentsMatěj Suchánek2022-05-101-1/+1
* Use PHP's [ $this, 'fn' ] callback syntax where possibleThiemo Kreuz2021-12-031-3/+1
* search: Replace deprecated Language::autoConvertToAllVariantsUmherirrender2021-08-041-2/+4
* api: Fix prefixsearch returning the entire databaseThiemo Kreuz2021-06-171-26/+26
* Use static closures where safe to useUmherirrender2021-02-111-1/+1
* Update a lot of unspecific "array" types in PHPDocsThiemo Kreuz2020-10-281-8/+7
* search: Fix PrefixSearch totally ignoring input like "[[Foo]]"Thiemo Kreuz2020-08-201-1/+7
* Replace "@stable for subclassing" with "@stable to extend"daniel2020-07-131-1/+1
* Mark search base classes as stable for subclassingdaniel2020-07-081-0/+1
* Hooks::run() call site migrationTim Starling2020-05-301-4/+3
* Fix mismatching type hints in PHPDoc tagsThiemo Kreuz2020-03-241-1/+1
* PrefixSearch: Drop titleSearch(), deprecated in 1.23James D. Forrester2019-06-241-16/+0
* SearchEngine: Followup on I623b39e7ec791a66c4cf40Derick Alangi2019-05-091-1/+1
* SearchEngine: Hard-deprecate PrefixSearch::titleSearch()Derick Alangi2019-05-061-0/+1
* Move PrefixSearch classes to own filesUmherirrender2019-03-271-0/+327