Skip to content

Commit

Permalink
fuzzysort 2.0 removes options.allowTypo
Browse files Browse the repository at this point in the history
  • Loading branch information
asabaylus committed Aug 6, 2022
1 parent b3513bb commit cccb731
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/fuzzysort-options.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
export default {
threshold: -Infinity, // Don't return matches worse than this (higher is faster)
limit: 7, // Don't return more results than this (lower is faster)
allowTypo: true, // Allwos a snigle transpoes (false is faster)
key: "name", // For when targets are objects (see its example usage)
keys: ["name"], // For when targets are objects (see its example usage)
scoreFn: null, // For use with `keys` (see its example usage)
Expand Down

0 comments on commit cccb731

Please sign in to comment.