Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Search bug when using the in-memory store #261

Closed
dEEpProjects opened this issue Feb 7, 2023 · 1 comment
Closed

Search bug when using the in-memory store #261

dEEpProjects opened this issue Feb 7, 2023 · 1 comment
Labels
bug Something isn't working triaged Issue has been looked at and triaged

Comments

@dEEpProjects
Copy link

dEEpProjects commented Feb 7, 2023

In some environments, due to security issues, I need to use the in-memory store.

If I try to search for an emoji newer than the supported emoji version on the platform, the search container shows it with a squared placeholder.

In this case, I think that the search should only include platform-supported emojis.

I created a simple jsfiddle that shows the issue.

Please try to search for "troll" on a browser that doesn't support emoji 14. I've used Chrome 109 on Big Sur.

search bug

It doesn't happen when I use the IndexedDB store.

Thanks.

@joeattardi joeattardi added bug Something isn't working triaged Issue has been looked at and triaged labels Feb 8, 2023
@joeattardi
Copy link
Owner

The in-memory store was missing the version check in the search function, oops. Should be all set now, fixed in 5.7.6.

Really appreciate you reporting these issues!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working triaged Issue has been looked at and triaged
Projects
None yet
Development

No branches or pull requests

2 participants