From bb48ba5e3406f811d9e712acbf55c552b17effca Mon Sep 17 00:00:00 2001 From: Pyjacpp Date: Fri, 1 May 2026 12:12:27 +0200 Subject: [PATCH] Add search namespaces --- hosts/vm/mediakiwi/mediawiki.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/vm/mediakiwi/mediawiki.nix b/hosts/vm/mediakiwi/mediawiki.nix index 3d2756b..8ec87d1 100644 --- a/hosts/vm/mediakiwi/mediawiki.nix +++ b/hosts/vm/mediakiwi/mediawiki.nix @@ -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;