Hacker News new | ask | show | jobs
by bobajeff 2004 days ago
I'll keep my eye on this. It sounds like this runs in the browser itself.

Right now I'm using meilisearch for a project and would prefer to not use up a http port for the search engine. One thing I'll need is fuzzy search though.

2 comments

Fuse.js (https://fusejs.io/ ) has been super simple for client side search for me, I’ve used it in a couple projects now.
Fuzzy search is definitely on my list! Keep an eye out in the near future...