maoschanz / emoji-selector-for-gnome

This extension provide a popup menu with some emojis ; clicking on an emoji copies it to the clipboard.
GNU General Public License v3.0
470 stars 76 forks source link

Feature Request: Expanded Fuzzy Search #157

Closed nnnnicholas closed 2 years ago

nnnnicholas commented 2 years ago

Please consider expanding the number of terms by which a given emoji is indexed.

For instance, "galaxy", "universe", and "sky" do not pull up 🌌 at present.

As an aside, on iOS/Mac, the native emoji selector searches a dictionary based on what language the keyboard is currently set to. Perhaps useful inspiration if you intend to support multilanguage lookup but don't want an single dictionary.

nnnnicholas commented 2 years ago

I've taken a proper dive into the code and found the keyword index. I will perhaps add some keywords and make a pull request.

Lots of code here. Thanks for putting in the work.