手册:$wgNamespacesToBeSearchedProject

This page is a translated version of the page Manual:$wgNamespacesToBeSearchedProject and the translation is 75% complete.
命名空间: $wgNamespacesToBeSearchedProject
Additional namespaces that will be added to default search for "project"
引进版本:1.14.0 (r43595)
移除版本:1.16.0
允许的值:参见下方
默认值:参见下方

细节

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

$wgNamespacesToBeSearchedDefault 的格式相同。

默认值

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