diff options
author | David Causse <dcausse@wikimedia.org> | 2018-06-25 19:19:32 +0200 |
---|---|---|
committer | Erik Bernhardson <ebernhardson@wikimedia.org> | 2018-07-17 14:41:08 -0700 |
commit | 46c17ddb1ff10a1e073742c9d8b831cd915802f3 (patch) | |
tree | 982d36bec895bb30a6ba0855ee05a12bce5ca6c4 /languages/i18n/en.json | |
parent | d2e84d71745431a736162f334b815c3e34b7fa40 (diff) | |
download | mediawikicore-46c17ddb1ff10a1e073742c9d8b831cd915802f3.tar.gz mediawikicore-46c17ddb1ff10a1e073742c9d8b831cd915802f3.zip |
Deprecate usage of SearchEngine:transformSearchTerm
This method was introduced in 4115586000a575eb814a80868c817d18ee169d3b
to support the prefix URI param introduced by the InputBox extension.
There are no reasons that this logic is exposed to SearchEngine users
and should be handled internally by SearchEngine implementations
that supports it.
Previously the search query was updated, now the prefix param will passed
along using SpecialSearch::$extraParams.
Bug: T198318
Change-Id: I33518d3f3ddee741ff4f3b47eb4928009bea66d1
Depends-On: I67c7f1886dd6a2d07c12015e2711c138e9f140e9
Diffstat (limited to 'languages/i18n/en.json')
-rw-r--r-- | languages/i18n/en.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/languages/i18n/en.json b/languages/i18n/en.json index fae52217204b..bc35c9e02cfc 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -964,6 +964,8 @@ "difference-missing-revision": "{{PLURAL:$2|One revision|$2 revisions}} of this difference ($1) {{PLURAL:$2|was|were}} not found.\n\nThis is usually caused by following an outdated diff link to a page that has been deleted.\nDetails can be found in the [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} deletion log].", "search-summary": "", "searchresults": "Search results", + "search-filter-title-prefix": "Only searching in pages whose title starts with \"$1\"", + "search-filter-title-prefix-reset": "Search all pages", "searchresults-title": "Search results for \"$1\"", "titlematches": "Page title matches", "textmatches": "Page text matches", |