melthedev / magento-disable-search-engine
Module used to disable Elastic and OpenSearch
Installs: 16
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
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: 2025-01-03 15:11:58 UTC
README
Module will help disables search engine which always required by Magento such as ElasticSearch or OpenSearch.
This module might be helpful if scenarios like no need of search engine but fetches the data from somewhere else. For example, If using Algolia and its being used everywhere then use of OpenSearch or ElasticSearch is not useful.
Installation
Composer
composer require melthedev/magento-disable-search-engine
Run below magento commands once downloaded
bin/magento module:enable MelTheDev_DisableSearchEngine
bin/magento setup:upgrade && bin/magento setup:di:compile
Bugs or Issues
If you found any issues, please create issue on this Github issue section.