Commit ed71c5a664f98875c08f9514d7b96f4842c36768
Merge remote-tracking branch 'origin/master'
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
models/ProductFrontendSearch.php
@@ -99,7 +99,7 @@ | @@ -99,7 +99,7 @@ | ||
99 | $dataProvider = new ActiveDataProvider( | 99 | $dataProvider = new ActiveDataProvider( |
100 | [ | 100 | [ |
101 | 'query' => $this->getSearchQuery($category, $params, $in_stock) | 101 | 'query' => $this->getSearchQuery($category, $params, $in_stock) |
102 | - ->with('variant', 'videos') | 102 | + ->with('variant', 'videos','category.lang') |
103 | ->groupBy( | 103 | ->groupBy( |
104 | [ | 104 | [ |
105 | 'product_lang.title', | 105 | 'product_lang.title', |