From 37ec33ad4cbd2431f8944fed1845f31bbaeab4d2 Mon Sep 17 00:00:00 2001 From: Stanislav Matveyev Date: Wed, 13 Sep 2023 11:52:08 +0300 Subject: [PATCH 1/2] Removed not needed plugin --- .../base-shop/third-party-integrations/integrate-algolia.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/pbc/all/search/202400.0/base-shop/third-party-integrations/integrate-algolia.md b/docs/pbc/all/search/202400.0/base-shop/third-party-integrations/integrate-algolia.md index 23d7b2980a6..3387aee7dd7 100644 --- a/docs/pbc/all/search/202400.0/base-shop/third-party-integrations/integrate-algolia.md +++ b/docs/pbc/all/search/202400.0/base-shop/third-party-integrations/integrate-algolia.md @@ -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; @@ -347,7 +346,6 @@ class SearchHttpDependencyProvider extends SprykerSearchHttpDependencyProvider { return [ new ProductSearchConfigExpanderPlugin(), - new MerchantProductMerchantNameSearchConfigExpanderPlugin(), # Marketplace only ]; } } From f00eb049fcfa087fc87e439fb56e78b60514d20f Mon Sep 17 00:00:00 2001 From: Stanislav Matveyev Date: Wed, 13 Sep 2023 12:06:02 +0300 Subject: [PATCH 2/2] Updated date is updated :) --- .../base-shop/third-party-integrations/integrate-algolia.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pbc/all/search/202400.0/base-shop/third-party-integrations/integrate-algolia.md b/docs/pbc/all/search/202400.0/base-shop/third-party-integrations/integrate-algolia.md index 3387aee7dd7..9bcb80687dd 100644 --- a/docs/pbc/all/search/202400.0/base-shop/third-party-integrations/integrate-algolia.md +++ b/docs/pbc/all/search/202400.0/base-shop/third-party-integrations/integrate-algolia.md @@ -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.