remove tag category from establishment type

This commit is contained in:
evgeniy-st 2019-10-15 18:52:32 +03:00
parent 3a54b70093
commit ccf6e12e3f

View File

@ -22,13 +22,6 @@ class EstablishmentDocument(Document):
'id': fields.IntegerField(),
'name': fields.ObjectField(attr='name_indexing',
properties=OBJECT_FIELD_PROPERTIES),
'tag_categories': fields.ObjectField(properties={
'tag_category': fields.ObjectField(
properties={
'id': fields.IntegerField()
}
)
}),
})
establishment_subtypes = fields.ObjectField(
properties={