Bump fuse.js treshold value
This commit is contained in:
parent
de0450efe7
commit
b116c45375
1 changed files with 1 additions and 1 deletions
|
@ -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: [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue