Manual:$wgEnableMWSuggest
Appearance
この機能は、バージョン 1.20.0 で完全に除去されました。 |
検索: $wgEnableMWSuggest | |
---|---|
Enable suggestions while typing in search boxes. |
|
導入されたバージョン: | 1.13.0 (r33400) |
除去されたバージョン: | 1.20.0 (Gerrit change 25998; git #52c1739f) |
許容される値: | (真偽値) |
既定値: | false |
その他の設定: アルファベット順 | 機能順 |
詳細
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 .
代替
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.
関連項目
- Extension:TitleKey - allows for case-insensitive search suggestions
- Manual:$wgEnableOpenSearchSuggest
- Manual:$wgMWSuggestTemplate
- Manual:$wgOpenSearchTemplate
- Manual:$wgVectorUseSimpleSearch