From: S Page Date: Tue, 9 Jun 2015 01:21:03 +0000 (-0700) Subject: Improve the srsearch API param doc X-Git-Tag: 1.31.0-rc.0~11141^2 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=333357d5cfb1f52de424d1e3aa62c80f7e0f94bc;p=lhc%2Fweb%2Fwiklou.git Improve the srsearch API param doc Mention that it may be a way to invoke fancy search features. Message-only change. Change-Id: I6df02b53612f7c55f69a6bcad407a3a28a07bd2b --- diff --git a/includes/api/i18n/en.json b/includes/api/i18n/en.json index 2a2e855a06..f576f453e9 100644 --- a/includes/api/i18n/en.json +++ b/includes/api/i18n/en.json @@ -899,7 +899,7 @@ "apihelp-query+revisions+base-param-contentformat": "Serialization format used for $1difftotext and expected for output of content.", "apihelp-query+search-description": "Perform a full text search.", - "apihelp-query+search-param-search": "Search for all page titles (or content) that have this value.", + "apihelp-query+search-param-search": "Search for page titles or content matching this value. You can use the search string to invoke special search features, depending on what the wiki's search backend implements.", "apihelp-query+search-param-namespace": "Search only within these namespaces.", "apihelp-query+search-param-what": "Which type of search to perform.", "apihelp-query+search-param-info": "Which metadata to return.",