We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa9abcc commit c37dc81Copy full SHA for c37dc81
search/documents/dataset_document.py
@@ -126,6 +126,8 @@ class DatasetDocument(Document):
126
127
is_individual_dataset = fields.BooleanField(attr="is_individual_dataset")
128
129
+ dataset_type = fields.KeywordField()
130
+
131
has_charts = fields.BooleanField(attr="has_charts")
132
download_count = fields.IntegerField(attr="download_count")
133
trending_score = fields.FloatField(attr="trending_score")
@@ -277,7 +279,6 @@ class Django:
277
279
"id",
278
280
"created",
281
"modified",
- "dataset_type",
282
]
283
284
related_models = [
0 commit comments