diff options
Diffstat (limited to 'ishtar_common/models_common.py')
-rw-r--r-- | ishtar_common/models_common.py | 3 |
1 files changed, 3 insertions, 0 deletions
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 = [] |