Skip to content

Commit

Permalink
[shopsys] fixed duplicate addDomain to query builder (#3384)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasLudvik authored Aug 28, 2024
1 parent 5b56f33 commit ea56305
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Model/Product/ProductRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@ public function getListableBySearchTextQueryBuilder(
$queryBuilder = $this->getAllListableQueryBuilder($domainId, $pricingGroup);

$this->addTranslation($queryBuilder, $locale);
$this->addDomain($queryBuilder, $domainId);

$this->productElasticsearchRepository->filterBySearchText($queryBuilder, $searchText);

Expand Down

0 comments on commit ea56305

Please sign in to comment.