Allow the searching of documents by tag #354

This commit is contained in:
Daniel Quinn 2018-05-20 17:27:33 +01:00
parent 24bdc07e14
commit 3532745579

View File

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