signalapp / Signal-iOS

A private messenger for iOS.
https://signal.org
GNU Affero General Public License v3.0
10.62k stars 2.96k forks source link

Show anchored emoji picker search results first #5583

Closed skjiisa closed 1 year ago

skjiisa commented 1 year ago

Contributor checklist

Description

Shows anchored emoji search results before unanchored results. "Anchored" in this case referring to results where the text matches the search term from the start, as opposed to elsewhere in the text. This is done to make it easier for the user to find the emoji they are looking for. For example, there are currently 56 emoji that appear when searching for "rat". If the user wants the rat emoji (🐀) this change causes it to be sorted to the top. Rat before after

Other examples where this helps:

"Ita" "Cat"
Ita before after Cat
Shows union jack before Italian flag Cats are disconnected and far down the list
sashaweiss-signal commented 1 year ago

@skjiisa, this is merged in 83196cb2e8d59c7ff442c54419852d9416b5f62a. Thanks again!