jolicode / emoji-search

:smile: Emoji synonyms to build your own emoji-capable search engine (elasticsearch, solr, OpenSearch)
https://jolicode.com/blog/elasticsearch-icu-now-understands-emoji
MIT License
217 stars 65 forks source link

Investigate why ❤ is not translated to heart #2

Closed damienalexandre closed 8 years ago

damienalexandre commented 8 years ago

It seems that ❤ is not working as intended locally.

To investigate.

damienalexandre commented 8 years ago
GET /en-emoji/_analyze?analyzer=english_with_emoji
{
  "text": "I ❤ 🍩!"
}

GET /en-emoji/_analyze?analyzer=english_with_emoji
{
  "text": "I <3  🍩!"
}

Looks like there is different char:

♥
❤️
damienalexandre commented 8 years ago

Bug reproduced here: https://found.no/play/gist/2493ccf2f307d46359a0#analysis To check here: https://discuss.elastic.co/t/es-cant-find-love/43578

damienalexandre commented 8 years ago

Got it to work fine with the latest configuration... Strange but as it works I'm closing this.