krisk / Fuse

Lightweight fuzzy-search, in JavaScript
https://fusejs.io/
Apache License 2.0
18.05k stars 766 forks source link

[Feature] Support Replacable Matcher #434

Closed septs closed 4 years ago

septs commented 4 years ago
new Fuse(inputs, {
    matcher: ... User Customized Matcher ...
})
  1. KMP Matcher
  2. LCS Matcher

etc

github-actions[bot] commented 4 years ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days