EmojiMart icon indicating copy to clipboard operation
EmojiMart copied to clipboard

💡 Improve search matches

Open vemonet opened this issue 2 years ago • 0 comments

Describe the feature

The current search matches could be improved:

  • It does not match on letter with accents when using the equivalent without accent, which can be quite painful with some languages (e.g. in french "tete" will not match "tête")
  • It does not match inside words (e.g. writing "plane" will not match "airplane")

An idea of implementation

We will need to directly bring changes to https://github.com/missive/emoji-mart

But it seems that the maintainer has not committed for more than 6 months, so we might need to fork and use our fork, if the repo is not maintained anymore

Or look into another one that is maintained: https://nolanlawson.github.io/emoji-picker-element/ (but does not look as good as emoji-mart)

vemonet avatar Jul 11 '23 14:07 vemonet