Skip to content

Commit

Permalink
recommit for searching
Browse files Browse the repository at this point in the history
  • Loading branch information
nectarine0 committed Feb 2, 2025
1 parent 5b1d4db commit d7fea94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/ListPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ function ListPage({
// Fuzzy search options
const fuseOptions = {
// keys to perform the search on
ignoreLocation : true,
ignoreLocation: true,
keys: ['name', 'location', 'shortDescription'],
threshold: 0.1,
};
Expand Down

0 comments on commit d7fea94

Please sign in to comment.