mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Allow the searching of documents by tag #354
This commit is contained in:
parent
24bdc07e14
commit
3532745579
@ -124,7 +124,7 @@ class DocumentAdmin(CommonAdmin):
|
|||||||
"all": ("paperless.css",)
|
"all": ("paperless.css",)
|
||||||
}
|
}
|
||||||
|
|
||||||
search_fields = ("correspondent__name", "title", "content")
|
search_fields = ("correspondent__name", "title", "content", "tags__name")
|
||||||
list_display = ("title", "created", "thumbnail", "correspondent", "tags_")
|
list_display = ("title", "created", "thumbnail", "correspondent", "tags_")
|
||||||
list_filter = ("tags", "correspondent", FinancialYearFilter,
|
list_filter = ("tags", "correspondent", FinancialYearFilter,
|
||||||
MonthListFilter)
|
MonthListFilter)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user