Set default matching algorithm to NONE
This commit is contained in:
parent
8757ada624
commit
5710973bce
@ -7,7 +7,7 @@ export const MATCH_LITERAL = 3
|
|||||||
export const MATCH_REGEX = 4
|
export const MATCH_REGEX = 4
|
||||||
export const MATCH_FUZZY = 5
|
export const MATCH_FUZZY = 5
|
||||||
export const MATCH_AUTO = 6
|
export const MATCH_AUTO = 6
|
||||||
export const DEFAULT_MATCHING_ALGORITHM = MATCH_AUTO
|
export const DEFAULT_MATCHING_ALGORITHM = MATCH_NONE
|
||||||
|
|
||||||
export const MATCHING_ALGORITHMS = [
|
export const MATCHING_ALGORITHMS = [
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user