Skip to content

Commit

Permalink
#3187 makes fuzzy search on wallboard a bit more flexible (#3189)
Browse files Browse the repository at this point in the history
Co-authored-by: Stephan Köninger <stephan.koeninger@codecentric.de>
  • Loading branch information
erikpetzold and SteKoe committed Mar 1, 2024
1 parent 64d6205 commit 02ee554
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 02ee554

Please sign in to comment.