2020-03-15 18:37:32 -07:00
2020-03-13 09:05:35 -07:00
2020-03-11 19:04:49 -07:00
2020-03-15 18:35:30 -07:00
2020-03-15 18:35:30 -07:00
2020-03-15 13:36:57 -07:00
2020-03-11 16:50:33 -07:00
2019-02-13 14:29:27 -08:00
2020-03-15 18:35:30 -07:00
2017-06-24 18:47:03 -04:00
2020-03-14 21:11:03 -07:00
2020-03-15 18:37:32 -07:00
2020-03-12 10:48:11 -07:00

Fuse.js logo

Node.js CI Version Downloads Contributors License

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.

Description
Lightweight fuzzy-search, in JavaScript
Readme 14 MiB
Languages
JavaScript 96.4%
TypeScript 2.6%
Shell 1%