Index: trunk/phase3/includes/specials/SpecialSearch.php |
— | — | @@ -28,7 +28,14 @@ |
29 | 29 | * @ingroup SpecialPage |
30 | 30 | */ |
31 | 31 | class SpecialSearch extends SpecialPage { |
32 | | - /// Current search profile |
| 32 | + /** |
| 33 | + * Current search profile. Search profile is just a name that identifies |
| 34 | + * the active search tab on the search page (content, help, discussions...) |
| 35 | + * For users tt replaces the set of enabled namespaces from the query |
| 36 | + * string when applicable. Extensions can add new profiles with hooks |
| 37 | + * with custom search options just for that profile. |
| 38 | + * null|string |
| 39 | + */ |
33 | 40 | protected $profile; |
34 | 41 | |
35 | 42 | /// Search engine |