zulip: Inconsistent search results between reaction emoji picker and completion in messagebox
With a custom :thank_you: emoji set (e.g. on c.z.o), typing :thank in the compose box produces:

That is, it finds the custom emoji, and also the :hash: emoji, which it labels thank you, and which selecting produces :thank_you: which renders as the custom :thank_you:. This is one (or one and a half) bugs:
- Why does
hashshow up in the search forthank? - Why is it labeled
thank youin those results?
The emoji reaction picker has a different result:
That is, it shows the default :pray: result first, instead of the local override of :thank_you:. This is a third bug:
3. The search results of the emoji reaction picker should match those of the messagebox.
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 16 (11 by maintainers)
Commits related to this issue
- emoji typehahead: Fix render_emoji. If you have two emojis of the same name, we were trying to render the non-realm emoji without an emoji_code, since the condition that I changed here was erroneousl... — committed to showell/zulip by showell 3 years ago
- emoji typehahead: Fix render_emoji. If you have two emojis of the same name, we were trying to render the non-realm emoji without an emoji_code, since the condition that I changed here was erroneousl... — committed to showell/zulip by showell 3 years ago
- emoji typehahead: Fix render_emoji. If you have two emojis of the same name, we were trying to render the non-realm emoji without an emoji_code, since the condition that I changed here was erroneousl... — committed to zulip/zulip by showell 3 years ago
- emoji typehahead: Fix render_emoji. If you have two emojis of the same name, we were trying to render the non-realm emoji without an emoji_code, since the condition that I changed here was erroneousl... — committed to Riken-Shah/zulip by showell 3 years ago
- emojis: Prioritise custom / realm emojis when sorting. Fixes: #18135. — committed to N-Shar-ma/zulip by N-Shar-ma a year ago
- emojis: Prioritise custom / realm emojis when sorting. Fixes: #18135. — committed to N-Shar-ma/zulip by N-Shar-ma a year ago
- emojis: Prioritise custom / realm emojis when sorting. Fixes: #18135. — committed to zulip/zulip by N-Shar-ma a year ago
I think there are multiple loosely connected issues at play here:
pray,namaste,thank youandwelcome. This is great for flexibility while searching for apt emojis but has problems like:FYI @alexmv , @alya , @timabbott
I see consistent ordering.
This doesn’t seem to have made it into my original bug description, but I also consider it a bug that the custom emoji doesn’t sort to the top of the matches.