Skip to content

Commit

Permalink
Merge pull request #2173 from spryker/matweew-patch-1
Browse files Browse the repository at this point in the history
Removed not needed plugin
  • Loading branch information
lenadoc authored Sep 13, 2023
2 parents 58a50e2 + f00eb04 commit 38023cd
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Integrate Algolia
description: Find out how you can integrate Algolia into your Spryker shop
template: howto-guide-template
last_updated: Feb 23, 2023
last_updated: Sep 13, 2023
---

This document describes how to integrate [Algolia](/docs/pbc/all/search/{{page.version}}/base-shop/third-party-integrations/algolia.html) into a Spryker shop.
Expand Down Expand Up @@ -309,7 +309,6 @@ namespace Pyz\Client\SearchHttp;
use Spryker\Client\Catalog\Plugin\ConfigTransferBuilder\CategoryFacetConfigTransferBuilderPlugin;
use Spryker\Client\Catalog\Plugin\SearchHttp\CatalogSearchHttpConfigBuilderPlugin;
use Spryker\Client\CatalogPriceProductConnector\Plugin\ConfigTransferBuilder\PriceFacetConfigTransferBuilderPlugin;
use Spryker\Client\MerchantProductSearch\Plugin\Search\MerchantProductMerchantNameSearchConfigExpanderPlugin;
use Spryker\Client\ProductLabelStorage\Plugin\ProductLabelFacetConfigTransferBuilderPlugin;
use Spryker\Client\ProductReview\Plugin\RatingFacetConfigTransferBuilderPlugin;
use Spryker\Client\ProductSearchConfigStorage\Plugin\Config\ProductSearchConfigExpanderPlugin;
Expand Down Expand Up @@ -347,7 +346,6 @@ class SearchHttpDependencyProvider extends SprykerSearchHttpDependencyProvider
{
return [
new ProductSearchConfigExpanderPlugin(),
new MerchantProductMerchantNameSearchConfigExpanderPlugin(), # Marketplace only
];
}
}
Expand Down

0 comments on commit 38023cd

Please sign in to comment.