melthedev / magento-disable-search-engine
模块用于禁用Elastic和OpenSearch
1.0.2
2023-09-03 11:58 UTC
Requires
- php: ^8.0|^8.1
- magento/framework: 103.0.*
- magento/module-catalog: 104.0.*
- magento/module-catalog-search: 102.0.*
- magento/module-indexer: 100.4.*
- magento/module-search: 101.1.*
This package is auto-updated.
Last update: 2024-09-03 14:17:54 UTC
README
此模块可以帮助禁用Magento通常需要使用的搜索引擎,如ElasticSearch或OpenSearch。
如果不需要搜索引擎但需要从其他地方获取数据的情况,此模块可能非常有用。例如,如果使用Algolia并且它被用于所有地方,那么使用OpenSearch或ElasticSearch就不再有用。
安装
Composer
composer require melthedev/magento-disable-search-engine
下载后,运行以下magento命令
bin/magento module:enable MelTheDev_DisableSearchEngine
bin/magento setup:upgrade && bin/magento setup:di:compile
错误或问题
如果您发现任何问题,请在此GitHub问题部分创建问题。