muan/emojilib

Typing "honey" brings up a been and visa-versa

mikestreety opened this issue ยท 1 comments

[Originally raised here: https://github.com/notwaldorf/emoji-translate/issues/22]

If I type honey, a bee comes up,
If I type bee, a honey pot comes up.

๐Ÿคทโ€โ™‚๏ธ

๐Ÿ‘ ๐Ÿ’ผ though, it's ๐Ÿ‡ฌ๐Ÿ‡ง!

(I've just discovered typing "great" brings up the "Great Britain" flag ๐Ÿฅ‡ )

screen shot 2017-06-14 at 14 48 56

muan commented

This repository provides keyword for each emoji, and it's up to users how they want to use the keywords. The emoji in question:

"honey_pot": {
  "keywords": ["bees", "sweet", "kitchen"],
  "char": "๐Ÿฏ",
  "fitzpatrick_scale": false,
  "category": "food_and_drink"
  },
"honeybee": {
  "keywords": ["animal", "insect", "nature", "bug", "spring", "honey"],
  "char": "๐Ÿ",
  "fitzpatrick_scale": false,
  "category": "animals_and_nature"
  },