Lightweight fuzzy-search, in JavaScript http://fusejs.io/

Viktor Ricchiuto 04295e51ef docs: convert comments to typedocs 11 months ago
.github b886850c0c chore: fix stale bot message 1 year ago
.husky 93e33631fa chore: update deps 1 year ago
dist 32ff75952f chore(release): 6.6.2 1 year ago
docs 041ff0bbf7 docs: fix title in meta 1 year ago
scripts 545eafe30b chore: clean up rollup config 1 year ago
src 04295e51ef docs: convert comments to typedocs 9 months ago
test 1de1dffa3f fix: value fetched at the end must be a string 1 year ago
.eslintrc.js f34817454d chore: update linter package name 1 year ago
.gitignore e40bff47af Added docs/dist to ignore 3 years ago
.prettierrc.js 5f97c4c539 Added new documents 3 years ago
CHANGELOG.md 32ff75952f chore(release): 6.6.2 1 year ago
CONTRIBUTING.md 888204434e docs: formatting on contribution 2 years ago
DEVELOPERS.md 0467de5bb9 chore: adopt convention commits (#453) 2 years ago
LICENSE 961769b9ca Update LICENSE 6 years ago
README.md 0e603e9a93 docs: add sponsors 1 year ago
babel.config.json a987db6d9a Merge branch 'v5.2.0' 3 years ago
backers.md 7ff9c2f2ea chore: update backers 1 year ago
jest.config.js e74a9ef305 Changed bundler to Rollup (#367) 3 years ago
package.json 32ff75952f chore(release): 6.6.2 1 year ago
tsconfig.json e74a9ef305 Changed bundler to Rollup (#367) 3 years ago
yarn.lock a54f5fea09 chore: upgrade rollup and fix warning 1 year ago

README.md

Fuse.js

Node.js CI Version Downloads Contributors License

Supporting Fuse.js

Through contributions, donations, and sponsorship, you allow Fuse.js to thrive. Also, you will be recognized as a beacon of support to open-source developers.


Silver Sponsors

<tr>
  <td align="center" valign="middle">
    <a href="https://www.worksome.com" target="_blank">
      <img width="222px" src="https://raw.githubusercontent.com/krisk/Fuse/7a0d77d85ac90063575613b6a738f418b624357f/docs/.vuepress/public/assets/img/sponsors/worksome.svg">
    </a>
  </td>
</tr>


Introduction

Fuse.js is a lightweight fuzzy-search, in JavaScript, with zero dependencies.

Browser Compatibility

Fuse.js supports all browsers that are ES5-compliant (IE8 and below are not supported).

Documentation

To check out a live demo and docs, visit fusejs.io.

Develop

Here's a separate document for developers.

Contribute

We've set up a separate document for our contribution guidelines.