Enable configuration to supply options for Special:Search form
authorStanislav Malyshev <smalyshev@gmail.com>
Sun, 19 May 2019 14:12:14 +0000 (16:12 +0200)
committerStanislav Malyshev <smalyshev@gmail.com>
Thu, 23 May 2019 00:30:53 +0000 (17:30 -0700)
commit3562f0afc75dfaf5ba1c467beba9219cda62fbcd
tree0a21a5c5332eae259db4b0a646fa15347d84408d
parent87a365d6cfa082640b2e6dc854dd9b8b511494c3
Enable configuration to supply options for Special:Search form

This for example will allow to display descriptions by setting:

$wgSpecialSearchFormOptions['showDescriptions'] = true;

Bug: T55652

Change-Id: Ifdbca4c508314cb950f2835ee65caea18e0af5b1
includes/DefaultSettings.php
includes/specials/SpecialSearch.php
includes/widget/SearchInputWidget.php
includes/widget/search/SearchFormWidget.php