diff options
Diffstat (limited to 'ishtar_common/models.py')
-rw-r--r-- | ishtar_common/models.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ishtar_common/models.py b/ishtar_common/models.py index a1fd5e714..27388658c 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -3927,6 +3927,7 @@ class Document( "authors__cached_label", "associated_url", ] + NEW_QUERY_ENGINE = True COL_LINK = ["associated_url"] BASE_SEARCH_VECTORS = [ SearchVectorConfig("title"), @@ -3980,6 +3981,7 @@ class Document( "authors__person__pk": "authors__person__pk", "container_id": "container_id", "publisher__pk": "publisher__pk", + "source_type__label": "source_type__label", } # alternative names of fields for searches |