Příručka:$wgEnableMWSuggest
Tato funkce byla ve verzi 1.20.0 zcela odstraněna. |
Vyhledávání: $wgEnableMWSuggest | |
---|---|
Enable suggestions while typing in search boxes. |
|
Zavedeno od verze: | 1.13.0 (r33400) |
Odstraněno od verze: | 1.20.0 (Gerrit change 25998; git #52c1739f) |
Povolené hodnoty: | (boolean) |
Výchozí hodnota: | false |
Další nastavení: Podle abecedy | Podle funkce |
Podrobnosti
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 .
Alternativy
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.
Viz též
- Extension:TitleKey - allows for case-insensitive search suggestions
- Příručka:$wgEnableOpenSearchSuggest
- Příručka:$wgMWSuggestTemplate
- Příručka:$wgOpenSearchTemplate
- Příručka:$wgVectorUseSimpleSearch