remove tag category from establishment type
This commit is contained in:
parent
3a54b70093
commit
ccf6e12e3f
|
|
@ -22,13 +22,6 @@ class EstablishmentDocument(Document):
|
||||||
'id': fields.IntegerField(),
|
'id': fields.IntegerField(),
|
||||||
'name': fields.ObjectField(attr='name_indexing',
|
'name': fields.ObjectField(attr='name_indexing',
|
||||||
properties=OBJECT_FIELD_PROPERTIES),
|
properties=OBJECT_FIELD_PROPERTIES),
|
||||||
'tag_categories': fields.ObjectField(properties={
|
|
||||||
'tag_category': fields.ObjectField(
|
|
||||||
properties={
|
|
||||||
'id': fields.IntegerField()
|
|
||||||
}
|
|
||||||
)
|
|
||||||
}),
|
|
||||||
})
|
})
|
||||||
establishment_subtypes = fields.ObjectField(
|
establishment_subtypes = fields.ObjectField(
|
||||||
properties={
|
properties={
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user