krisk / Fuse

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

Upgrading from version 3.2.0 - what is matchAllTokens? #617

Closed bschlenk closed 2 years ago

bschlenk commented 2 years ago

Hello! Thanks for this library, it has been great to use.

I'm upgrading from an older version of fuse, 3.2.0. We're using a lot of tokenize: true and matchAllTokens: true. I see both of these have been deprecated.

I figured out that tokenize is now the default behavior, the old behavior can be achieved by putting the query in quotes.

What is matchAllTokens and how to I make sure the behavior is the same in the latest fuse.js?

github-actions[bot] commented 2 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