Demo
Try Fuse.js live. Type a query, tweak the options, and see results update in real time.
Data
Results
Type to search
Code
const fuse = new Fuse(books, {
includeScore: true,
includeMatches: true,
keys: ['title', 'author.firstName', 'author.lastName']
})
fuse.search('')
Only the most common options are shown — see Fuzzy Search and Getting Started for the full set.
Using Fuse.js in production? Get priority support, SLA guarantees, and invoice payment with a support plan.
