Skip to content

Commit

Permalink
fix: More accurate workflow and archived item search (#2363)
Browse files Browse the repository at this point in the history
Sorts workflow and items search results by match score.
  • Loading branch information
SuaYoo authored Feb 5, 2025
1 parent 18e7226 commit 8cfa287
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/components/ui/search-combobox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ export class SearchCombobox<T> extends LitElement {

private fuse = new Fuse<T>([], {
keys: [],
shouldSort: false,
threshold: 0.2, // stricter; default is 0.6
includeMatches: true,
});
Expand Down

0 comments on commit 8cfa287

Please sign in to comment.