fix wines faceted search
This commit is contained in:
parent
552e08e242
commit
b2fb341c10
|
|
@ -346,7 +346,7 @@ class ProductDocumentViewSet(BaseDocumentViewSet):
|
||||||
|
|
||||||
faceted_search_fields = {
|
faceted_search_fields = {
|
||||||
'tag': {
|
'tag': {
|
||||||
'field': 'wine_colors.id',
|
'field': 'tags.id',
|
||||||
'enabled': True,
|
'enabled': True,
|
||||||
'facet': TermsFacet,
|
'facet': TermsFacet,
|
||||||
'options': {
|
'options': {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user