tommoor / emojione-picker

A react emoji picker for use with emojione
http://tommoor.github.io/emojione-picker
MIT License
261 stars 61 forks source link

Search does not search shortnames #66

Closed csu closed 7 years ago

csu commented 7 years ago

It looks like the emoji picker doesn't currently use emoji shortnames when searching. This causes some queries that should intuitively work to not return the expected results.

For example, searching for "wave" does not return the 👋 emoji, which has the shortcode :wave:. Searching for "wav" returns it, because the emoji is named "waving hand sign", but searching for "wave" does not.

tommoor commented 7 years ago
screen shot 2017-04-19 at 22 17 33