Skip to content

Commit

Permalink
only search names/aliases, decrease threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenClontz committed Nov 1, 2024
1 parent bf5983f commit ca354bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/viewer/src/stores/search.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ export default function create({
keys: [
{ name: 'name', weight: 0.7 },
{ name: 'aliases', weight: 0.7 },
{ name: 'description', weight: 0.3 },
],
threshold: 0.3
}),
)

Expand Down

0 comments on commit ca354bd

Please sign in to comment.