fond-of-spryker/product-page-search-style-key

set style_key in search results elastic

dev-master 2019-09-27 09:23 UTC

This package is auto-updated.

Last update: 2019-12-23 10:16:07 UTC


README

Build Status PHP from Travis config license

Set style_key in search results of elasticsearch

Installation

composer require fond-of-spryker/product-page-search-style-key

After that register the new Plugin into your ProductPageSearchDependencyProvider

protected function getMapExpanderPlugins()
    {
        // ...
        $mapExpanderPlugins[] = new StyleKeyPageMapExpanderPlugin();
        // ...

        return $mapExpanderPlugins;
    }