aboutsummaryrefslogtreecommitdiffstats
path: root/includes/search/SearchSuggestionSet.php
Commit message (Expand)AuthorAgeFilesLines
* Remove 2-line PHPDocs that just repeat the types from the codethiemowmde2025-01-171-4/+0
* Fix some line indentUmherirrender2024-04-201-1/+2
* search: prefer user typed form when re-ranking a redirect to the topDavid Causse2023-10-251-7/+37
* SearchSuggestionSet: update pageMap when shrinkingDavid Causse2023-10-111-0/+7
* Remove redundant empty() constructs (2)Daimona Eaytoy2023-09-081-2/+2
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+2
* search: Fix various scalar types to match documentationUmherirrender2022-03-081-1/+1
* Use static closures where safe to useUmherirrender2021-02-111-2/+2
* Whitespace cleanup: Use tabs for indentation, avoid double spacesDannyS7122020-06-271-1/+1
* Remove auto-generated and empty lines in commentsThiemo Kreuz2020-03-171-1/+0
* Change typehint callback to callableJakub Vrana2018-12-011-2/+2
* Silently drop unknown titles in completion searchErik Bernhardson2018-06-111-0/+12
* Push pagination decision for search into SearchEngineErik Bernhardson2018-06-111-5/+22
* Improve some parameter docsUmherirrender2017-09-101-0/+1
* build: Prepare for mediawiki/mediawiki-codesniffer to 0.9.0Umherirrender2017-06-261-2/+2
* Remove empty lines from PHP and JavaScript comment blocksThiemo Mättig2016-12-091-1/+0
* build: Update mediawiki-codesniffer to 0.6.0, add "composer fix"Kunal Mehta2016-02-171-1/+0
* Convert all array() syntax to []Kunal Mehta2016-02-171-3/+3
* Include completion search into SearchEngineStanislav Malyshev2016-02-031-0/+213