From: Niklas Laxström Date: Wed, 17 Aug 2011 09:50:54 +0000 (+0000) Subject: Amend the documention of search profile, fu r86714 X-Git-Tag: 1.31.0-rc.0~28214 X-Git-Url: http://git.cyclocoop.org/%22.%24info%5B?a=commitdiff_plain;h=9fae42eef2f565c7305137b30d3a7421f9ea300d;p=lhc%2Fweb%2Fwiklou.git Amend the documention of search profile, fu r86714 --- diff --git a/includes/specials/SpecialSearch.php b/includes/specials/SpecialSearch.php index 2574393923..4da63dec38 100644 --- a/includes/specials/SpecialSearch.php +++ b/includes/specials/SpecialSearch.php @@ -28,7 +28,14 @@ * @ingroup SpecialPage */ class SpecialSearch extends SpecialPage { - /// Current search profile + /** + * Current search profile. Search profile is just a name that identifies + * the active search tab on the search page (content, help, discussions...) + * For users tt replaces the set of enabled namespaces from the query + * string when applicable. Extensions can add new profiles with hooks + * with custom search options just for that profile. + * null|string + */ protected $profile; /// Search engine