Skip to content

Preserve order when searching for emoji

Heinrich Lee Yu requested to merge remove-emoji-intent-code into master

What does this MR do and why?

Preserve order when searching for emoji

When doing emoji searches, we should preserve the order based on our emojis.json file.

Also improve searching by prioritizing name matches.

This also removes the positive intent computation because that is no longer needed.

Changelog: changed

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports