Page MenuHomeGitPull.it

Search in the "InformAzioni" namespace as default
Closed, ResolvedPublic

Description

Search in the "InformAzioni" namespace as default.

LocalSettings.php
...
/**
 * Which namespaces are enabled for searching by default
 *
 * See https://gitpull.it/T760
 */
$wgNamespacesToBeSearchedDefault = [
        NS_MAIN     => true,
        NS_PROJECT  => true,
        NS_PROGETTO => true,
];
...