Manual:$wgEnableMWSuggest/fr
Appearance
Cette fonctionnalité a été supprimée entièrement dans la version 1.20.0. |
Recherche: $wgEnableMWSuggest | |
---|---|
Enable suggestions while typing in search boxes. |
|
Introduit dans la version : | 1.13.0 (r33400) |
Retiré dans la version : | 1.20.0 (Gerrit change 25998; git #52c1739f) |
Valeurs autorisées : | (boolean) |
Valeur par défaut : | false |
Autres paramètres : Alphabétique | Par fonction |
Détails
Enable Ajax autocomplete search suggestions (autosuggest) while typing in search boxes (results are passed around in OpenSearch format).
This setting replaces $wgAjaxSearch that was used in earlier versions of MW.
If you want to turn off autosuggestions now (as the feature has been removed), use $wgEnableOpenSearchSuggest .
Autres solutions
If you are using any version of MW 1.19 to 1.21 and also using Vector as you skin including the Vector extension, you can get similar functionality by editing your LocalSettings.php and adding
$wgVectorUseSimpleSearch = true;
Starting with MW 1.22 this setting was moved to core and is enabled by default. Thus nothing needs to be done.
Voir aussi
- Extension:TitleKey - allows for case-insensitive search suggestions
- Manual:$wgEnableOpenSearchSuggest
- Manual:$wgMWSuggestTemplate
- Manuel:$wgOpenSearchTemplate
- Manuel:$wgVectorUseSimpleSearch