prose-im / prose-app-web

Prose Web application. XMPP client for team messaging.
https://prose.org/downloads
Mozilla Public License 2.0
23 stars 2 forks source link

Emoji search matches #123

Open nesium opened 3 months ago

nesium commented 3 months ago

I believe there was more, collecting other issues as I encounter them here…

Search term Expected result
"100" πŸ’―
"wave" πŸ‘‹
"dead" πŸ’€, 😡, ☠️, πŸ΄β€β˜ οΈ, πŸͺ¦
"peace" ✌️
"hang loose" πŸ€™

"Newer" ones are also missing, e.g. 🫠, πŸ₯΄

RemiBardon commented 2 months ago

I should have noted the ones I couldn't find via search too, will do.

RemiBardon commented 2 months ago

Also we're missing πŸ₯³ which is unfortunate (let us celebrate!)

Edit: I will use this message to list my findings.

Search term Expected result Comment
"party" πŸ₯³ Missing
"test" / "tube" / "chemical" πŸ§ͺ Missing
"note" πŸ“ Can be found with "memo"
"pray" / "praying hands" πŸ™ Can be found with "hands", also its value is :pray: so it surprising it's not found
"idea" πŸ’‘ Can be found with "light" or "bulb"
"luck" πŸ€ Can be found with "four" or "clover"
"luck" 🀞 Can be found with "crossed"
"+1" πŸ‘ Can be found with "thumb", also its value is :+1: so it surprising it's not found
"road" πŸ›£οΈ Can be found with "motorway"
"dev" / "computer" πŸ§‘β€πŸ’» Can be found with "technologist"
RemiBardon commented 2 months ago

By the way the emoji picker is https://www.npmjs.com/package/vue3-emoji-picker, issues should probably be resolved on their end