aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/SearchApi.php
Commit message (Expand)AuthorAgeFilesLines
* Remove documentation that literally repeats the codeThiemo Kreuz2020-10-271-1/+1
* Unsuppress more phan issues (part 5)Daimona Eaytoy2019-09-011-0/+2
* Add missing newline between <?php and namespace/use sectionThiemo Kreuz2019-06-031-0/+1
* Use PHP 7 '??' operator instead of '?:' (round 2)Bartosz Dziewoński2018-09-031-1/+1
* Push pagination decision for search into SearchEngineErik Bernhardson2018-06-111-12/+3
* Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenientBartosz Dziewoński2018-05-301-1/+1
* update mediawiki-codesniffer to 0.11.0 and fix issuesWMDE-Fisch2017-08-111-1/+1
* Use correct variable name in @param documentationUmherirrender2017-08-111-1/+1
* Pass User to SearchEngine::getProfilesdcausse2016-09-201-1/+7
* Push common search api parameters into SearchApi classErik Bernhardson2016-07-261-22/+97
* Don't lose namespace when searching via apiErik Bernhardson2016-06-021-1/+1
* Expose SearchEngine specific profilesdcausse2016-05-301-0/+116