Manual:$wgNamespacesToBeSearchedProject
Appearance
This feature was removed from MediaWiki core in version 1.16.0. Please see $wgNamespacesToBeSearchedHelp for an alternative way to use this feature. |
Namespaces: $wgNamespacesToBeSearchedProject | |
---|---|
Additional namespaces that will be added to default search for "project" |
|
Introduced in version: | 1.14.0 (r43595) |
Removed in version: | 1.16.0 |
Allowed values: | see below |
Default value: | see below |
Other settings: Alphabetical | By function |
Details
[edit]Additional namespaces to those in $wgNamespacesToBeSearchedDefault that will be added to default search for "project" page inclusive searches.
Same format as $wgNamespacesToBeSearchedDefault .
Default value
[edit]$wgNamespacesToBeSearchedProject = array(
NS_USER => true,
NS_PROJECT => true,
NS_HELP => true,
NS_CATEGORY => true,
);