emoji-mart icon indicating copy to clipboard operation
emoji-mart copied to clipboard

Add burger as hamburger keyword

Open Clebal opened this issue 2 years ago • 0 comments

Currently, when you search "burger" you get nothing:

image

I think it makes sense to add burger as one of the hamburger keywords.

Another alternative would be to make search more flexible, but that can lead to major changes in search results.

Clebal avatar Aug 04 '22 07:08 Clebal

Thanks for the PR!

JSON files aren’t meant to be edited manually, they are generated by a script. This kind of change (keywords) would either need to be handled in this file (https://github.com/missive/emoji-mart/blob/main/packages/emoji-mart-data/build.js) or within the lib we use for keywords (https://github.com/muan/emojilib).

This however made me realize that burger should’ve already been a keyword and fixed an issue in 8977a6d. It should now match in the latest @emoji-mart/data release.

EtienneLem avatar Aug 11 '22 00:08 EtienneLem