From: Stanislav Malyshev Date: Fri, 19 Feb 2016 23:30:23 +0000 (-0800) Subject: Deprecate PrefixSearchBackend X-Git-Tag: 1.31.0-rc.0~7882^2 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=c7c063430fd097c3e6ac022a15b7efe9e03aa862;p=lhc%2Fweb%2Fwiklou.git Deprecate PrefixSearchBackend Change-Id: I9a8d3113f0428294db847638365fb0233c93d9ac --- diff --git a/docs/hooks.txt b/docs/hooks.txt index 8822e0c989..930aa0a84c 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -2397,7 +2397,8 @@ $key: the section name &$legend: the legend text. Defaults to wfMessage( "prefs-$key" )->text() but may be overridden -'PrefixSearchBackend': Override the title prefix search used for OpenSearch and +'PrefixSearchBackend': DEPRECATED! Override SearchEngine::completionSearchBackend instead. +Override the title prefix search used for OpenSearch and AJAX search suggestions. Put results into &$results outparam and return false. $ns: array of int namespace keys to search in $search: search term (not guaranteed to be conveniently normalized)