krisk / Fuse

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

Comparison with other JS search engine #552

Closed manhluong closed 2 years ago

manhluong commented 3 years ago

Hi, thank you for your work!

I was wondering, what is the main advantage of fuse over other js search engines like lunr? https://lunrjs.com/

I think a short page in the docs of fuse would be helpful.

krisk commented 3 years ago

Good question. I think there's a few posts comparison this solution with various others, include Lunr. Now, I don't necessarily agree with all that's been said, so maybe I should write up a post about it 😄. It's laborious, so give me some time.

In the meantime, check out some of the responses in this Twitter thread.

phal0r commented 3 years ago

I found this little evaluation, which describes their opinion on the best use cases for the different libraries: https://wiki.gpii.net/w/Technology_Evaluation_-_Static_Site_Search

github-actions[bot] commented 2 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

manhluong commented 2 years ago

Thank you everyone for the answers!

Those are very interesting reads!