mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-14 10:36:58 +01:00
Enhancement: support more 'not assigned' filtering, refactor (#9429)
This commit is contained in:
parent
a0c1a19263
commit
22a6fe5e10
12 changed files with 545 additions and 297 deletions
|
|
@ -1,5 +1,7 @@
|
|||
import { DataType } from './datatype'
|
||||
|
||||
export const NEGATIVE_NULL_FILTER_VALUE = -1
|
||||
|
||||
// These correspond to src/documents/models.py and changes here require a DB migration (and vice versa)
|
||||
export const FILTER_TITLE = 0
|
||||
export const FILTER_CONTENT = 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue