mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-05-05 14:15:24 +00:00
Enhancement: unify text search to use tantivy (#12485)
This commit is contained in:
@@ -623,6 +623,8 @@ class SavedViewFilterRule(models.Model):
|
||||
(45, _("added to")),
|
||||
(46, _("added from")),
|
||||
(47, _("mime type is")),
|
||||
(48, _("simple title search")),
|
||||
(49, _("simple text search")),
|
||||
]
|
||||
|
||||
saved_view = models.ForeignKey(
|
||||
|
||||
Reference in New Issue
Block a user