Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve ranking - doesn't always update on search term edit + prioritize exact matches #8

Open
redactedscribe opened this issue Sep 18, 2023 · 1 comment

Comments

@redactedscribe
Copy link

redactedscribe commented Sep 18, 2023

For example, typing cart then deleting the t doesn't return results for car. Additionally, car doesn't return cars first but cat emojis instead (if a space is added after car then the search term is more accurate).

Ideally results should update on every edit of the search term, and also prioritise exact and partial exact matches before similar matches, e.g. for car: 🚓 ("police car"), then other [emojis with car as a whole word in their name], then [emojis with car as a partial exact match, e.g. 🛒 ("shopping cart")], then [emojis named similarly similar using some fuzzy matching, e.g. 🐈 ("cat").

Thanks.

Edit: I guess the inaccuracy of emoji results stems from being able to search for e.g. "green" for green coloured emojis without green being in their name. Maybe matches beyond emoji names should be ranked after partial exact matches, so before fuzzy matches?

@SimplGy
Copy link
Owner

SimplGy commented Sep 21, 2023 via email

@SimplGy SimplGy changed the title Emoji list doesn't always update on search term edit + prioritise exact matches Improve ranking - doesn't always update on search term edit + prioritize exact matches Sep 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants