We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a97e3f8 commit 47e56b4Copy full SHA for 47e56b4
src/content/actions/runActionOnTextMatchedElement.ts
@@ -75,7 +75,7 @@ export async function matchElementByText(
75
keys: ["trimmedTextContent"],
76
ignoreLocation: true,
77
includeScore: true,
78
- threshold: 0.3,
+ threshold: 0.4,
79
});
80
81
const matches = fuse.search(text);
0 commit comments