We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d616a8 + 29bf692 commit c807ce5Copy full SHA for c807ce5
1 file changed
src/lib/utils/search.ts
@@ -6,7 +6,7 @@ export function searchItems(items: Item[], searchText: string) {
6
threshold: 0.25,
7
location: 0,
8
distance: 4,
9
- keys: ["name", "product_name"],
+ keys: ["name", "product_name", "manufacturer"],
10
});
11
12
return fuse.search(searchText).map((rec) => rec.item);
0 commit comments