opengento / module-document-search
本模块旨在使 Magento 2 中的文档对客户可搜索。
2.0.0
2021-07-16 11:02 UTC
Requires
- magento/framework: ^103.0
- magento/module-theme: ^101.0
- magento/module-widget: ^101.0
- opengento/module-document: ^2.0
- opengento/module-document-widget: ^1.0||^2.0
Requires (Dev)
- magento/magento-coding-standard: ^5
- magento/marketplace-eqp: ^4.0
- roave/security-advisories: dev-master
Suggests
- opengento/module-document-product-link: This module aims to help merchants to link their documents to products in Magento 2.
- opengento/module-document-product-search: This module aims to make documents searchable with product keywords in Magento 2.
- opengento/module-document-restrict: This module aims to restrict documents by type in Magento 2.
This package is auto-updated.
Last update: 2024-09-11 17:33:37 UTC
README
本模块旨在使 Magento 2 中的文档对客户可搜索。
安装
需要 Magento 2 开源版或 Commerce 版。
Composer 安装
运行以下 composer 命令
composer require opengento/module-document-search
设置模块
运行以下 magento 命令
bin/magento setup:upgrade
如果您处于生产模式,请务必重新编译和重新部署静态资源。
功能
本模块旨在使 Magento 2 中的文档对客户可搜索。
如果文档的可见性设置为 search
,则文档可被搜索。
文档
您可以通过使用集合修改器扩展点来更改完整的搜索行为。
将您自己的 Magento\Framework\Data\CollectionModifierInterface
实现添加到以下修饰器列表中
\Opengento\DocumentSearch\Model\Collection\CollectionModifier
可以通过 \Opengento\DocumentSearch\Model\QueryData
读取查询参数
支持
向问题跟踪器提出新的 请求
作者
许可证
本项目采用 MIT 许可证 - 请参阅 LICENSE 详细信息。
就是这样!