diff --git a/src/resources/fuseMultiTerm.ts b/src/resources/fuseMultiTerm.ts index 3c5ddb1b8a..d96dbbf396 100644 --- a/src/resources/fuseMultiTerm.ts +++ b/src/resources/fuseMultiTerm.ts @@ -17,6 +17,7 @@ const DEFAULT_OPTIONS: IFuseOptions = { isCaseSensitive: false, threshold: 0.3, minMatchCharLength: 2, + ignoreLocation: true, // don't care where the pattern is }; const DEFAULT_MIN_CHAR_LENGTH = 2;