sehrling/elasticsuite-ghost-cleaner

用于删除 Smile Elasticsuite 模块自动标记为 "幽灵" 的索引的 Magento 2 模块

1.0.0 2021-01-14 16:10 UTC

This package is auto-updated.

Last update: 2024-09-15 04:36:53 UTC


README

一个使用定时任务删除标记为 "幽灵" 的索引的 Magento 2 模块。

需求

安装

通过 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

许可证

MIT