fix search for products
This commit is contained in:
parent
c5056224e0
commit
a120ea1f1b
|
|
@ -390,7 +390,7 @@ class ProductDocumentViewSet(BaseDocumentViewSet):
|
||||||
'lookups': [constants.LOOKUP_QUERY_IN],
|
'lookups': [constants.LOOKUP_QUERY_IN],
|
||||||
},
|
},
|
||||||
'country': {
|
'country': {
|
||||||
'field': 'establishment.address.city.country.code',
|
'field': 'establishment.city.country.code',
|
||||||
},
|
},
|
||||||
'wine_colors_id': {
|
'wine_colors_id': {
|
||||||
'field': 'wine_colors.id',
|
'field': 'wine_colors.id',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user