Skip to content

Commit

Permalink
#3187 makes fuzzy search on wallboard a bit more flexible
Browse files Browse the repository at this point in the history
  • Loading branch information
erikpetzold committed Feb 27, 2024
1 parent 892e50f commit 6276557
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export default {
new Fuse<Application>(applications.value, {
includeScore: true,
useExtendedSearch: true,
threshold: 0.25,
threshold: 0.4,
keys: ['name', 'buildVersion', 'instances.name', 'instances.id'],
}),
);
Expand Down

0 comments on commit 6276557

Please sign in to comment.