fond-of-spryker / category-page-search-expander
Expand Spryker Category-Page-Search Module
Installs: 13 019
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: >=7.1
- spryker/category-page-search: ^1.4.0
Requires (Dev)
This package is auto-updated.
Last update: 2024-10-12 17:07:25 UTC
README
Extend Spryker Category-Page-Search Module, inject plugins to extend PageMap.
Installation
composer require fond-of-spryker/category-page-search-expander
After that register the new CategoryNodeDataPageMapBuilder into your SearchDependencyProvider
protected function getSearchPageMapPlugins()
{
return [
// ...
new CategoryNodeDataPageMapBuilder(),
// ...
];
}
There are already to examples to show how it works, take a look into:
src/FondOfSpryker/Zed/CategoryPageSearchExpander/Communication/Plugin/PageMapExpander/CategoryIdPageMapExpanderPlugin
src/FondOfSpryker/Zed/CategoryPageSearchExpander/Communication/Plugin/PageMapExpander/CategoryKeyPageMapExpanderPlugin
src/FondOfSpryker/Zed/CategoryPageSearchExpander/Communication/CategoryPageSearchExpander::getCategoryPageMapExpanderPlugins