Same as T274903, but for the MediaWiki-extensions-TemplateWizard.
- Implement behind feature flag with:
- T271802: Better search - "wildcard word" rather than "title prefix" search, for template search dialogs (Template findability)
- T274903: Change template search in VisualEditor to use standard search API
- T274906: Prioritize TemplateData description when indexing/searching
- T274908: How to exclude or lower the priority of subpages in search results?
Note this would need a separate feature flag in case we want to hide it.
Implementation:
- take over search adjustments from 667641
- adapt variables according to 686436
- create a new config variable for this extension (e.g. TemplateWizardTemplateSearchImprovements)
- add * to template search term like in 689070
- show redirects as part of description in template search 692930 in a separate patch
- add the "exact match" feature in a separate patch, just as in 693157
- add tests (like in 667641 )
[WIP] Patch: 697432