Package Exports
- fuse.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (fuse.js) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
What's new in v5 (beta)
- Added ability to search patterns longer than 32 characters
- Added enhanced searching
- Added indexing for increased performance over large lists
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
.