discourse/app
Sam 3bf5692c72
FEATURE: prioritize group search order based on prefix match (#16093)
Our @mention user search prioritized users based on prefix matches.

So if searching for `sa` we will display `sam`, `asam` in that order

Previously, we did not prioritize group matches based on prefix. This change ensures better parity.

Implementation notes:

1. User search only prioritizes based on username prefix, not name prefix. TBD if we want to change that.
2. @mention on client side will show 0 group matches if we fill up all the spots with user matches. TBD if we want to unconditionally show the first / second group match.

Co-authored-by: Alan Guo Xiang Tan <gxtan1990@gmail.com>
2022-03-03 16:57:52 +11:00
..
assets DEV: add class name to custom footer html (#16089) 2022-03-02 21:17:43 -05:00
controllers FEATURE: prioritize group search order based on prefix match (#16093) 2022-03-03 16:57:52 +11:00
helpers FIX: Update application_helper logic now that Ember CLI is default (#15935) 2022-02-14 13:48:18 +00:00
jobs DEV: Correctly tag heredocs (#16061) 2022-02-28 20:50:55 +01:00
mailers FEATURE: Allow sending group SMTP emails with from alias (#15687) 2022-02-07 13:52:01 +10:00
models FEATURE: prioritize group search order based on prefix match (#16093) 2022-03-03 16:57:52 +11:00
serializers DEV: Correctly tag heredocs (#16061) 2022-02-28 20:50:55 +01:00
services DEV: Correctly tag heredocs (#16061) 2022-02-28 20:50:55 +01:00
views PERF: Update ember-auto-import and webpack (#15919) 2022-02-14 11:21:39 +00:00