Commit df0fbd944fdbba3c42fb9604b043ff09725d7221
1 parent
e3e0413d
site map
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
helpers/CatalogFilterHelper.php
... | ... | @@ -211,7 +211,7 @@ class CatalogFilterHelper extends Object |
211 | 211 | |
212 | 212 | |
213 | 213 | $filterQuery = new Query(); |
214 | - $filterQuery->source('id'); | |
214 | + $filterQuery->source('*'); | |
215 | 215 | $filterQuery->from(Catalog::index(), Catalog::type()); |
216 | 216 | if($in_stock){ |
217 | 217 | $filterVO['nested']['path'] = 'variants'; | ... | ... |