diff --git a/models/ProductFrontendSearch.php b/models/ProductFrontendSearch.php index af4213c..3e0f5d5 100644 --- a/models/ProductFrontendSearch.php +++ b/models/ProductFrontendSearch.php @@ -109,7 +109,7 @@ class ProductFrontendSearch extends Product { } $query->select(['product.*']); - $query->joinWith(['enabledVariants','brand','options', 'category']); + $query->joinWith(['enabledVariants.lang','brand','options', 'category']); $query->groupBy(['product.id', 'product_variant.price']); -- libgit2 0.21.4