From 9fae42eef2f565c7305137b30d3a7421f9ea300d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Wed, 17 Aug 2011 09:50:54 +0000 Subject: [PATCH] Amend the documention of search profile, fu r86714 --- includes/specials/SpecialSearch.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 -- 2.20.1