Enhancement: support more 'not assigned' filtering, refactor (#9429)

This commit is contained in:
shamoon 2025-03-17 23:35:03 -07:00 committed by GitHub
parent a0c1a19263
commit 22a6fe5e10
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 545 additions and 297 deletions

View file

@ -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