mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-04-28 10:59:26 +00:00
Merge branch 'main' into dev
This commit is contained in:
@@ -103,7 +103,13 @@ export class CustomFieldQueryAtom extends CustomFieldQueryElement {
|
||||
return super.operator
|
||||
}
|
||||
|
||||
constructor(queryArray: [number, string, string] = [null, null, null]) {
|
||||
constructor(
|
||||
queryArray: [number, string, string | string[] | number[]] = [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
]
|
||||
) {
|
||||
super(CustomFieldQueryElementType.Atom)
|
||||
;[this._field, this._operator, this._value] = queryArray
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user