Skip to content

Commit

Permalink
FRW-7399 nonsplit to split merge (#1633)
Browse files Browse the repository at this point in the history
* ACP-4149: Fix for local ACP setup in DMS (#9151)

ACP-4149 [DMS] Algolia search in Yves does not work for a new store

* Update composer lock file.

* Update composer lock file.

* Update composer lock file.

* Update composer lock file.

* FRW-7399 Fixed product set and product review search stores data.  (#9100)

FRW-7399 Fixed product set and product review search stores data.

* FRW-7399 Merge nonsplit/master.

* FRW-7399 Reverted redundant changes

---------

Co-authored-by: Anton Zubariev <[email protected]>
Co-authored-by: Spryker Bot <[email protected]>
Co-authored-by: Olha Livitchuk <[email protected]>
  • Loading branch information
4 people authored Nov 11, 2024
1 parent 3ecdfde commit d9fc56e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 17 deletions.
28 changes: 13 additions & 15 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
use Spryker\Client\ProductSetPageSearch\Plugin\Elasticsearch\ResultFormatter\ProductSetPageSearchListResultFormatterPlugin;
use Spryker\Client\ProductSetPageSearch\ProductSetPageSearchDependencyProvider as SprykerProductSetPageSearchDependencyProvider;
use Spryker\Client\SearchElasticsearch\Plugin\QueryExpander\LocalizedQueryExpanderPlugin;
use Spryker\Client\SearchElasticsearch\Plugin\QueryExpander\StoreQueryExpanderPlugin;

class ProductSetPageSearchDependencyProvider extends SprykerProductSetPageSearchDependencyProvider
{
Expand All @@ -31,7 +30,6 @@ protected function getProductSetListQueryExpanderPlugins(): array
{
return [
new LocalizedQueryExpanderPlugin(),
new StoreQueryExpanderPlugin(),
];
}
}

0 comments on commit d9fc56e

Please sign in to comment.