Manual:$wgNamespacesToBeSearchedProject/de-formal

From Linux Web Expert

<translate> Namespaces</translate>: $wgNamespacesToBeSearchedProject
Additional namespaces that will be added to default search for "project"
<translate> Introduced in version:</translate>1.14.0 (r43595)
<translate> Removed in version:</translate>1.16.0
<translate> Allowed values:</translate>see below
<translate> Default value:</translate>see below

Details

Additional namespaces to those in $wgNamespacesToBeSearchedDefault that will be added to default search for "project" page inclusive searches.

Default value

$wgNamespacesToBeSearchedProject = array(
	NS_USER           => true,
	NS_PROJECT        => true,	
	NS_HELP           => true,
	NS_CATEGORY       => true,
);