Manual:$wgAjaxSearch

This page is a translated version of the page Manual:$wgAjaxSearch and the translation is 80% complete.
Ajax: $wgAjaxSearch
検索バーでの Ajax による自動サジェストを使用できるようにする。
導入されたバージョン:1.8.0 (r15888)
除去されたバージョン:1.14.0
許容される値:(真偽値)
既定値:false

詳細

true の場合、この設定は、非同期 JavaScript XML リクエストを使用して、検索バーで自動サジェストを使用できるようにします。

この設定を使用するには、$wgUseAjax も true にする必要があります。

$wgAjaxSearch = true; を設定すると、$wgAjaxExportList に wfSajaxSearch が追加されます

mediawiki/skins/common/ajaxsearch.js is used to deliver the content. The script defines where on the page, and when the ajax search results will be delivered.

1.13.0 で導入された $wgEnableMWSuggest に伴い、この設定は除去されました。