Merge pull request #1754 from NiFNi/feature/change-default-matching-algo

change default matching algo to auto and move to constant
This commit is contained in:
shamoon
2022-10-08 09:35:30 -07:00
committed by GitHub
5 changed files with 9 additions and 4 deletions

View File

@@ -6,6 +6,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 MATCHING_ALGORITHMS = [
{