Add search namespaces

wiki
Pyjacpp 2026-05-01 12:12:27 +02:00
parent c232b7b67f
commit bb48ba5e34
No known key found for this signature in database
GPG Key ID: ED479A5A26930939
1 changed files with 5 additions and 0 deletions

View File

@ -162,6 +162,11 @@ in
NS_INTERNE_TALK => "Discussions_pages_internes"
];
$wgContentNamespaces = [ NS_MAIN, NS_PUBLIC, NS_INTERNE ];
$wgNamespacesToBeSearchedDefault = [
NS_MAIN => true,
NS_PUBLIC => true,
NS_INTERNE => true,
];
# Debug
$wgShowExceptionDetails = true;