sindresorhus / emoj

Find relevant emoji from text on the command-line :open_mouth: :sparkles: :raised_hands: :horse: :boom: :see_no_evil:
MIT License
2.36k stars 57 forks source link

[Request] drool → 🤤 #38

Closed mesqueeb closed 4 years ago

mesqueeb commented 5 years ago

With the current version if I search for drool it does not find the drool face: 🤤

Only when I search for drooling it will find it.

I'd like to request that 🤤 shows up with just drool. Is this possible?

Is it related to fuzzy text search?

sindresorhus commented 5 years ago

We currently use an API to get the emojis, so we don't control the results. We have considered mixing it with local results (https://github.com/sindresorhus/emoj/issues/30), which would probably resolve this.

sindresorhus commented 4 years ago

Fixed by https://github.com/sindresorhus/emoj/commit/7de37c4f493c3750ca0e94adfbaa9f2419a9d9e1.