Příručka:$wgNamespacesToBeSearchedProject

From mediawiki.org
This page is a translated version of the page Manual:$wgNamespacesToBeSearchedProject and the translation is 62% complete.
Jmenné prostory: $wgNamespacesToBeSearchedProject
Additional namespaces that will be added to default search for "project"
Zavedeno od verze:1.14.0 (r43595)
Odstraněno od verze:1.16.0
Povolené hodnoty:viz níže
Výchozí hodnota:viz níže

Podrobnosti

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

Výchozí hodnota

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