Set default matching algorithm to NONE

This commit is contained in:
Martin Tan 2023-08-22 18:00:04 +08:00
parent 8757ada624
commit 5710973bce

View File

@ -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 = [
{