From 47b8c7e1acddb890ecce1e7f13352bd5b31d8d24 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 17 Aug 2022 14:54:02 +0200 Subject: Add "is locked" search (refs #5419) --- ishtar_common/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ishtar_common/models.py') diff --git a/ishtar_common/models.py b/ishtar_common/models.py index 0ee33d5ed..e7520ee95 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -3803,7 +3803,7 @@ class Document( SearchVectorConfig("tags__label"), ] - BOOL_FIELDS = ["duplicate"] + BOOL_FIELDS = BaseHistorizedItem.BOOL_FIELDS + ["duplicate"] COL_LABELS = { "authors__cached_label": _("Authors"), -- cgit v1.2.3