Manual:$wgEnableMWSuggest
From MediaWiki.org
| Search: $wgEnableMWSuggest | |
|---|---|
| Enable suggestions while typing in search boxes. |
|
| Introduced in version: | 1.13.0 (r33400) |
| Removed in version: | still in use |
| Allowed values: | (boolean) |
| Default value: | false |
Other settings: Alphabetical | By Function
[edit] Details
Enable suggestions while typing in search boxes (results are passed around in OpenSearch format). You might have to comment out $wgScriptExtension = ".php5"; in your LocalSettings.php to make this work.
This setting replaces $wgAjaxSearch that was used in earlier versions of MW.
[edit] See also
- Extension:TitleKey allows for case-insensitive search suggestions
- Manual:$wgOpenSearchTemplate