mediawiki-skins-Citizen/resources/skins.citizen.search/searchClients/searchClients.json
alistair3149 431599cb59
refactor(search): ♻️ reimplement and clean up search clients
This should make the search clients more readable and easier to expand
2023-08-02 18:56:08 -04:00

18 lines
239 B
JSON

[
{
"id": "mwActionApi",
"name": "MediaWiki search",
"command": "action"
},
{
"id": "mwRestApi",
"name": "MediaWiki search",
"command": "rest"
},
{
"id": "smwAskApi",
"name": "Semantic search",
"command": "ask"
}
]