fond-of-spryker / product-page-search-size
Installs: 2 727
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
pkg:composer/fond-of-spryker/product-page-search-size
Requires
- php: >=7.1
 - spryker/product-page-search: ^3.0.0
 
Requires (Dev)
- codeception/codeception: ^2.3
 - mikey179/vfsstream: ^1.6
 - phpro/grumphp: ^0.14
 - sebastian/phpcpd: ^4.0
 - spryker/code-sniffer: ^0.11
 - spryker/development: ^3.6
 
This package is auto-updated.
Last update: 2025-10-16 19:21:12 UTC
README
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;
    }