discourse/plugins
Martin Brennan 3fdb8ffb57
FEATURE: Allow showing hashtag autocomplete results without term (#19219)
This commit allows us to type # in the UI and present autocomplete
results immediately with the following logic for the topic composer,
and reversed for the chat composer:

* Categories the user can access and has not muted sorted by `topic_count`
* Tags the user can access and has not muted sorted by `topic_count`
* Chat channels the user is a member of sorted by `messages_count`

So in effect, we allow searching for hashtags without a search term.
To do this we add a new `search_without_term` to each data source so
each one can define how it wants to handle this logic.
2022-12-08 13:47:59 +10:00
..
chat FEATURE: Allow showing hashtag autocomplete results without term (#19219) 2022-12-08 13:47:59 +10:00
discourse-details Update translations (#19340) 2022-12-06 16:22:23 +01:00
discourse-local-dates Update translations (#19340) 2022-12-06 16:22:23 +01:00
discourse-narrative-bot Update translations (#19340) 2022-12-06 16:22:23 +01:00
discourse-presence Update translations (#19340) 2022-12-06 16:22:23 +01:00
lazy-yt A11Y: add keyboard support to youtube embeds (#18710) 2022-10-21 16:32:53 -04:00
poll Update translations (#19340) 2022-12-06 16:22:23 +01:00
styleguide Update translations (#19340) 2022-12-06 16:22:23 +01:00