Search establishment by working time (added lookup)
This commit is contained in:
parent
2f656c459d
commit
9fc4a8703c
|
|
@ -122,10 +122,16 @@ class EstablishmentDocumentViewSet(BaseDocumentViewSet):
|
|||
'field': 'establishment_subtypes.id'
|
||||
},
|
||||
'works_noon': {
|
||||
'field': 'works_noon'
|
||||
'field': 'works_noon',
|
||||
'lookups': [
|
||||
constants.LOOKUP_QUERY_IN,
|
||||
],
|
||||
},
|
||||
'works_afternoon': {
|
||||
'field': 'works_afternoon'
|
||||
'field': 'works_afternoon',
|
||||
'lookups': [
|
||||
constants.LOOKUP_QUERY_IN,
|
||||
],
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user