Manual:$wgEnableMWSuggest

From MediaWiki.org

Jump to: navigation, search
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