krisk / Fuse

Lightweight fuzzy-search, in JavaScript
https://fusejs.io/
Apache License 2.0
17.79k stars 756 forks source link

How do use fuse with indexeddb #537

Closed Sandeep06Dev closed 3 years ago

Sandeep06Dev commented 3 years ago

Hey Great plugin.

How to use fusejs with indexeddb.?

i have too much data and i dont want to store it into a array variable directly as its takes too much RAM, So i am using indexeddb to store data. Now i am unable to know how i can use fusejs with indexeddb. Thank you.

github-actions[bot] commented 3 years ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days

Sandeep06Dev commented 3 years ago

any update ?