Ajax: $wgAjaxSearch
Enable use of AJAX auto-suggestion for the search bar.
Introduced in version:1.8.0 (r15888)
Removed in version:1.14.0
Allowed values:(boolean)
Default value:false

Details

When true, this enables auto-suggestion for the search bar, using asynchronous javascript XML requests.

This also requires $wgUseAjax to be true.

Setting $wgAjaxSearch = true; causes wfSajaxSearch to be added to $wgAjaxExportList

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.

This setting has been removed in favor of $wgEnableMWSuggest, introduced in 1.13.0.

This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.