sehrling / elasticsuite-ghost-cleaner
用于删除 Smile Elasticsuite 模块自动标记为 "幽灵" 的索引的 Magento 2 模块
1.0.0
2021-01-14 16:10 UTC
Requires
- smile/elasticsuite: >=2.10.0
README
一个使用定时任务删除标记为 "幽灵" 的索引的 Magento 2 模块。
需求
- PHP >= 7.1
- Magento >= 2.2
- Smile Elasticsuite 模块 >= 2.10
安装
通过 composer(推荐)
转到 Magento 2 根目录,并在壳中运行以下命令
composer require sehrling/elasticsuite-ghost-cleaner
bin/magento module:enable Sehrling_ElasticsuiteGhostCleaner
bin/magento setup:upgrade
手动
创建目录 app/code/Sehrling/ElasticsuiteGhostCleaner
并将此存储库中的所有文件复制到其中。然后运行
bin/magento module:enable Sehrling_ElasticsuiteGhostCleaner
bin/magento setup:upgrade