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, ]; ...