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 ccd3d6d commit 580f3ccCopy full SHA for 580f3cc
src/classes/SearchDialog.ts
@@ -74,6 +74,7 @@ export class SearchDialog {
74
this.haystack = new Fuse(this.suggestions, {
75
keys: [{ name: "text", weight: 3 }, "href"],
76
includeScore: true,
77
+ threshold: 0.5,
78
});
79
80
// Open event listeners
0 commit comments