From 86e7cdc9c8db51799b13378abbca9eb5ec7ec099 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 23 Dec 2021 11:03:43 +0100 Subject: Syndication - fix pin search --- ishtar_common/models_common.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ishtar_common/models_common.py') diff --git a/ishtar_common/models_common.py b/ishtar_common/models_common.py index 3f54dd5b8..e6fc8c209 100644 --- a/ishtar_common/models_common.py +++ b/ishtar_common/models_common.py @@ -837,6 +837,9 @@ class FullSearch(models.Model): DYNAMIC_REQUESTS = {} ALT_NAMES = {} + BOOL_FIELDS = [] + REVERSED_BOOL_FIELDS = [] + CALLABLE_BOOL_FIELDS = [] BASE_SEARCH_VECTORS = [] PROPERTY_SEARCH_VECTORS = [] INT_SEARCH_VECTORS = [] -- cgit v1.2.3