Skip to content

Commit

Permalink
Bump fuse.js treshold value
Browse files Browse the repository at this point in the history
  • Loading branch information
indutny-signal committed Apr 27, 2022
1 parent de0450e commit b116c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/util/filterAndSortConversations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { parseAndFormatPhoneNumber } from './libphonenumberInstance';
const FUSE_OPTIONS: Fuse.IFuseOptions<ConversationType> = {
// A small-but-nonzero threshold lets us match parts of E164s better, and makes the
// search a little more forgiving.
threshold: 0.1,
threshold: 0.2,
useExtendedSearch: true,
keys: [
{
Expand Down

0 comments on commit b116c45

Please sign in to comment.