Skip to content

Commit

Permalink
🐛 UU dukket ikke opp i søk
Browse files Browse the repository at this point in the history
  • Loading branch information
KenAJoh committed Jun 28, 2023
1 parent fe5e8ad commit 45970ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export function fuseSearch(results: any[], query: string) {
],
includeScore: true,
shouldSort: true,
minMatchCharLength: 3,
minMatchCharLength: 2,
includeMatches: true,
threshold: 0.3,
location: 120,
Expand Down

0 comments on commit 45970ac

Please sign in to comment.