mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-12 17:47:08 +01:00
Allow the searching of documents by tag #354
This commit is contained in:
parent
24bdc07e14
commit
3532745579
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ class DocumentAdmin(CommonAdmin):
|
|||
"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_filter = ("tags", "correspondent", FinancialYearFilter,
|
||||
MonthListFilter)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue