fond-of-spryker / category-page-search-expander
扩展 Spryker 分类页面搜索模块
1.0.0
2021-08-12 13:24 UTC
Requires
- php: >=7.1
- spryker/category-page-search: ^1.4.0
Requires (Dev)
This package is auto-updated.
Last update: 2024-09-12 16:57:18 UTC
README
扩展 Spryker 分类页面搜索模块,注入插件以扩展 PageMap。
安装
composer require fond-of-spryker/category-page-search-expander
之后,将新的 CategoryNodeDataPageMapBuilder 注册到您的 SearchDependencyProvider 中
protected function getSearchPageMapPlugins()
{
return [
// ...
new CategoryNodeDataPageMapBuilder(),
// ...
];
}
已有示例展示其工作原理,请参阅
src/FondOfSpryker/Zed/CategoryPageSearchExpander/Communication/Plugin/PageMapExpander/CategoryIdPageMapExpanderPlugin
src/FondOfSpryker/Zed/CategoryPageSearchExpander/Communication/Plugin/PageMapExpander/CategoryKeyPageMapExpanderPlugin
src/FondOfSpryker/Zed/CategoryPageSearchExpander/Communication/CategoryPageSearchExpander::getCategoryPageMapExpanderPlugins