Skip to content

Commit

Permalink
Fix fuzzy search in hackertable
Browse files Browse the repository at this point in the history
  • Loading branch information
leonm1 committed Oct 3, 2019
1 parent 794cad8 commit 15f2997
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/client/routes/manage/HackerTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ const fuseOpts = {
distance: 100,
findAllMatches: true,
location: 0,
shouldSort: false,
threshold: 0.5,
shouldSort: true,
threshold: 0.3,
tokenize: true,
};

Expand Down

0 comments on commit 15f2997

Please sign in to comment.