Fuse.js
Lightweight fuzzy-search, in JavaScript, with zero dependencies
Check out the demo & usage
Table of Contents
Where-to-post summary
- How do I? -- StackOverflow
- I got this error, why? -- StackOverflow
- I got this error and I'm sure it's a bug -- file an issue
- I have an idea/request -- file an issue
- You're a horrible human being -- send me an email
- You're awesome -- support Fuse.js development with Patreon/PayPal
Contributing
Coding conventions
Code should be run through Standard Format.
Testing
Before submitting a pull request, please add relevant tests in test/index.js
, and execute them via npm test
.