Manual:$wgAjaxSearch/pl
Appearance
Ta funkcja została całkowicie usunięta z jądra MediaWiki w wersji 1.14.0. |
| Ajax: $wgAjaxSearch | |
|---|---|
| Enable use of AJAX auto-suggestion for the search bar. |
|
| Wprowadzono w wersji: | 1.8.0 (r15888) |
| Usunięto w wersji: | 1.14.0 |
| Dozwolone wartości: | (boolean) |
| Domyślna wartość: | false |
| Inne ustawienia: Alfabetycznie | Według funkcji | |
Szczegóły
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.