How to automatically go to editing a page if it is not found in search?When a MediaWiki search does not produce any results, you can automatically redirect the visitor to create the new page related to the search word.
To do this, you should add the following line to the LocalSettings.php file:
$wgGoToEdit = true;