aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiQuerySearch.php
Commit message (Expand)AuthorAgeFilesLines
...
* Fix whitespace issues around parenthesesVivek Ghaisas2015-06-161-1/+1
* Make api nearmatch search work same as 'go' featureErik Bernhardson2015-05-051-1/+3
* Increase parity between api search and on-wiki searchErik Bernhardson2015-04-301-0/+10
* API: Overhaul ApiResult, make format=xml not throw, and add json formatversionBrad Jorsch2015-04-101-2/+2
* API: Don't dump Title object into API resultBrad Jorsch2015-02-031-1/+1
* Revert "Keep backend param to search API as long as there's a backend"Chad2015-01-061-1/+1
* Keep backend param to search API as long as there's a backendChad Horohoe2014-12-311-1/+1
* Fixed spacingumherirrender2014-12-051-1/+1
* Fix up interwiki search results in APIChad Horohoe2014-11-261-35/+38
* API: Allow generators to return dataBrad Jorsch2014-11-261-0/+4
* API: Don't add searchinfo or interwiki info from generator=searchBrad Jorsch2014-11-121-29/+36
* API: Fix access on getExamplesMessagesBrad Jorsch2014-10-291-1/+1
* API: Internationalize all remaining core API modulesBrad Jorsch2014-10-201-41/+11
* Update usage of getRedirectSnippet() and getSectionSnippet()Mark A. Hershberger2014-10-051-1/+1
* Update usage of getTitleSnippet(), getRedirectSnippet() and getSectionSnippet()Mark A. Hershberger2014-09-261-1/+1
* Properly deprecate srprop=score|hasrelatedChad Horohoe2014-09-121-2/+12
* Remove "related" searchesChad Horohoe2014-09-121-3/+0
* Cleanup - let's make IDEs more usefulYuri Astrakhan2014-08-131-1/+0
* API: Remove action=paraminfo 'props' and 'errors' result propertiesBrad Jorsch2014-08-071-65/+0
* Remove score display from search engineChad Horohoe2014-08-071-3/+0
* Switch API to use Config classesReedy2014-06-151-3/+1
* Use precise ApiMain/ApiQuery type hints in all API modulesThiemo Mättig2014-05-161-1/+1
* Pass phpcs-strict on various files in includes/Siebrand Mazeland2014-04-241-2/+6
* Fixed some @params documentation (includes/api)umherirrender2014-04-181-1/+1
* Remove "include redirects" option from searchChad Horohoe2014-03-261-3/+0
* Add final period to API module descriptionsaddshore2014-03-101-1/+1
* Support interwiki searches in APIChad Horohoe2014-02-251-2/+47
* Fix CodeSniffer errors and warnings on yet more API classesSiebrand Mazeland2013-11-151-1/+2
* I'm in your API classes updating your formattingSiebrand Mazeland2013-11-141-6/+6
* Select search backend by query parameterChad Horohoe2013-08-121-3/+33
* Fixed spacing around parenthesis in includesumherirrender2013-04-281-1/+1
* Handle search engine returning status objects to the APIChad Horohoe2013-04-221-0/+3
* (bug 35885) remove api version string and parameterYuri Astrakhan2013-01-181-4/+0
* Minor cleanupYuri Astrakhan2013-01-121-1/+1
* Use NS_* constant for default namespace in apiumherirrender2012-12-271-1/+1
* escape HTML elements in docblock with double quotesAntoine Musso2012-07-151-1/+1
* Added result properties to action=paraminfoPetr Onderka2012-06-061-0/+57
* Reverted r108743 per CR comment. This should at least be discussed first.Aaron Schulz2012-01-121-0/+1
* Kill "* @return void"Sam Reed2012-01-121-1/+0
* Oh noes, moar http:// -> https://Sam Reed2011-11-281-1/+1
* Removed the 'eclipse helper' bit on top of every API moduleJohn Du Hart2011-11-161-5/+0
* (bug 32256) API list=search stops at first invalid result. Thanks to Lupo for...Roan Kattouw2011-11-091-0/+1
* Based on diff to wikia, set more functions consistently public rather than pr...Sam Reed2011-08-171-1/+1
* * (bug 29748) Add API search prefix supportSam Reed2011-07-261-0/+3
* * (bug 28817) Add reference help page link to API ModulesSam Reed2011-07-171-0/+4
* Correct the documentation of srprop.Derk-Jan Hartman2011-07-061-4/+4
* Actually return the title of the section, instead of the pagetitle when reque...Derk-Jan Hartman2011-07-061-1/+1
* * (bug 29745) Fatal error in API searchSam Reed2011-07-061-5/+6
* Replace more multiple calls to $this->getResult() in methods with temporary v...Sam Reed2011-06-301-4/+5
* Fix the last assignment in conditional, bit of code duplication, as the next ...Sam Reed2011-03-251-1/+4