diff options
author | Darius Kazemi <darius@meedan.com> | 2023-01-05 22:35:52 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-06 07:35:52 +0100 |
commit | 264655c53a8e86646adc60b5d83f762ab87ecee4 (patch) | |
tree | 726a5e3211e0b422a4228a54219d6dc21c42cb5f /app/controllers/auth | |
parent | d11d15748cd24342a133221edb3022022b585119 (diff) |
Fix account search not returning followed accounts first (#22956)
* Make autosuggest for mentions return followed accounts first This makes it so that (when elasticsearch is disabled) when a user types '@foo' in the compose box, they are first going to get accounts they follow ordered by the ranking algorithm, and then second they will get accounts they do not follow, also ordered by the ranking algorithm. This makes behavior more consistent with user expectation and also with results when elasticsearch is enabled. * Fix ranking order to correct direction * One more fixup per @gargron suggestion * Tweak to ranking to no longer include following modifier
Diffstat (limited to 'app/controllers/auth')
0 files changed, 0 insertions, 0 deletions