krisk / Fuse

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

Return all results? #487

Closed 9mm closed 3 years ago

9mm commented 4 years ago

Hey Fuse is really awesome! I'm wondering if there is a way to return all results based on search term.

The use case is that for some large data sets, I have to store both sets of data in memory just so I can return the original if no search term is provided. It would be better to only store the fuse database and simply pass something like true to the search term to always have it return all results.

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