We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3513bb commit cccb731Copy full SHA for cccb731
src/fuzzysort-options.js
@@ -4,7 +4,6 @@
4
export default {
5
threshold: -Infinity, // Don't return matches worse than this (higher is faster)
6
limit: 7, // Don't return more results than this (lower is faster)
7
- allowTypo: true, // Allwos a snigle transpoes (false is faster)
8
key: "name", // For when targets are objects (see its example usage)
9
keys: ["name"], // For when targets are objects (see its example usage)
10
scoreFn: null, // For use with `keys` (see its example usage)
0 commit comments