I'm trying to find the Mediawiki link syntax for a wiki-internal search with pre-filled search parameters.
[[Special:Search]] is the syntax for a link that opens a Mediawiki search page where a user can manually enter a search string, however, instead of opening a search page, I want my link to already include the search string and immediately return the search results in one step.
I could use an external link approach like https://<wiki_instance>/index.php?title=<search_string> but I'm looking for a solution that leverages the existing wiki link syntax [[...]].