mirror of
https://github.com/discourse/discourse-solved.git
synced 2025-02-18 09:35:03 +00:00
UX: Add quick search suggestion entries (#150)
This commit is contained in:
parent
5e0ef4bd36
commit
f5c5f28ef0
@ -286,5 +286,10 @@ export default {
|
||||
],
|
||||
});
|
||||
});
|
||||
|
||||
withPluginApi("0.11.7", (api) => {
|
||||
api.addSearchSuggestion("status:solved");
|
||||
api.addSearchSuggestion("status:unsolved");
|
||||
});
|
||||
},
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user