fond-of-spryker/product-page-search-size

dev-spryker_upgrade 2020-02-17 10:58 UTC

This package is auto-updated.

Last update: 2024-04-16 12:33:01 UTC


README

Build Status PHP from Travis config license

Set size 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 SizePageMapExpanderPlugin();
        // ...

        return $mapExpanderPlugins;
    }