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

在搜索结果中设置 style_key

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

在 Elasticsearch 搜索结果中设置 style_key

安装

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

之后,将新插件注册到您的 ProductPageSearchDependencyProvider

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

        return $mapExpanderPlugins;
    }