Skip to content

Commit

Permalink
tighten the fuzzy search threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
ticruz38 committed Dec 10, 2024
1 parent e449ec8 commit dfceba3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/views/PublishesNotices.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
fuseOptions: {
keys: ["url", "message", "eventKind", "notice"],
shouldSort: false,
threshold: 0.2,
},
})
</script>
Expand Down

0 comments on commit dfceba3

Please sign in to comment.