change default matching algo to auto and move to constant

This commit is contained in:
Nico Fricke
2022-08-01 09:22:13 +02:00
parent da99ba114b
commit 36158609f0
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 = [
{