update establishment document
This commit is contained in:
parent
2b4638b1fa
commit
175bd4f7b5
|
|
@ -51,6 +51,7 @@ class EstablishmentDocument(Document):
|
||||||
fields={'raw': fields.KeywordField()}
|
fields={'raw': fields.KeywordField()}
|
||||||
),
|
),
|
||||||
'number': fields.IntegerField(),
|
'number': fields.IntegerField(),
|
||||||
|
'postal_code': fields.KeywordField(),
|
||||||
'coordinates': fields.GeoPointField(attr='location_field_indexing'),
|
'coordinates': fields.GeoPointField(attr='location_field_indexing'),
|
||||||
# todo: remove if not used
|
# todo: remove if not used
|
||||||
'city': fields.ObjectField(
|
'city': fields.ObjectField(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user