Open now filter (typo fix)
This commit is contained in:
parent
b77c654c6c
commit
3bc9dd7347
|
|
@ -38,7 +38,7 @@ class EstablishmentDocument(Document):
|
|||
works_noon = fields.ListField(fields.IntegerField(
|
||||
attr='works_noon'
|
||||
))
|
||||
works_now = fields.BooleanField()
|
||||
works_now = fields.BooleanField(attr='works_now')
|
||||
tags = fields.ObjectField(
|
||||
properties={
|
||||
'id': fields.IntegerField(attr='id'),
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user