Skip to content

Commit

Permalink
fix: show threshold (#452)
Browse files Browse the repository at this point in the history
  • Loading branch information
sakulstra authored May 17, 2024
1 parent 8b1a6c5 commit f73f77c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/Search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { SearchResult } from './SearchResult';
const fuseOptions = {
includeScore: true,
keys: ['searchPath', 'value', 'library', 'key'],
threshold: 0.2,
// threshold: 0.6,
// ignoreLocation: false,
useExtendedSearch: true,
};
Expand Down

0 comments on commit f73f77c

Please sign in to comment.