mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-15 11:07:00 +01:00
change default matching algo to auto and move to constant
This commit is contained in:
parent
da99ba114b
commit
36158609f0
5 changed files with 9 additions and 4 deletions
|
|
@ -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 = [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue