From 5710973bce714da8b5dd49c1a4d5c33d9e7b67fe Mon Sep 17 00:00:00 2001 From: Martin Tan Date: Tue, 22 Aug 2023 18:00:04 +0800 Subject: [PATCH] Set default matching algorithm to NONE --- src-ui/src/app/data/matching-model.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-ui/src/app/data/matching-model.ts b/src-ui/src/app/data/matching-model.ts index a65cb9956..be83807f3 100644 --- a/src-ui/src/app/data/matching-model.ts +++ b/src-ui/src/app/data/matching-model.ts @@ -7,7 +7,7 @@ export const MATCH_LITERAL = 3 export const MATCH_REGEX = 4 export const MATCH_FUZZY = 5 export const MATCH_AUTO = 6 -export const DEFAULT_MATCHING_ALGORITHM = MATCH_AUTO +export const DEFAULT_MATCHING_ALGORITHM = MATCH_NONE export const MATCHING_ALGORITHMS = [ {