diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-12-23 11:03:43 +0100 | 
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-12-12 12:20:59 +0100 | 
| commit | 86e7cdc9c8db51799b13378abbca9eb5ec7ec099 (patch) | |
| tree | 140db349aed72e459f62bdefc36d2ef46e519fdb /ishtar_common/models_common.py | |
| parent | 8b173f3397fd7f82cdc1b7377d1b62d5eec0eb14 (diff) | |
| download | Ishtar-86e7cdc9c8db51799b13378abbca9eb5ec7ec099.tar.bz2 Ishtar-86e7cdc9c8db51799b13378abbca9eb5ec7ec099.zip  | |
Syndication - fix pin search
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 = []  | 
