What's new in v5.0.0-beta
- Added ability to search patterns longer longer than 32 characters
- Added enhanced searching
Introduction
Fuse.js is a lightweight fuzzy-search, in JavaScript, with zero dependencies.
Documentation
To checkout out live examples and docs, visit fusejs.io.
Installation
NPM
# latest
$ npm install --save fuse.js
Contributing
Coding conventions
Code should be run through Standard Format.
Testing
Before submitting a pull request, please add the relevant tests in the test/
directory, and execute them via npm test
.