Home

Awesome

Disable Search Engine

Disable default search engine in Magento2 and catalog search fulltext indexing.

Purpose

When catalog search and display are not handled by your Magento it could be redundant to integrate ES in your architecture.

You may have a PIM dedicated for this, or maybe you are designing a microservice architecture, you want to smooth the Magento monolith aspect etc...

Natively Magento do not offer the possibility to completely disable ElasticSearch, this module made it possible.

What it does

You should have no issue with indexation, compilation and even front-end research, which should always return no result.

Compatibility

Magentov2.3.0v2.4.3v2.4.4v2.4.6
module DSE~0.0.0~0.1.0~0.2.0~0.3.0

Notes

Installation

composer require zepgram/module-disable-search-engine
bin/magento module:enable Zepgram_DisableSearchEngine
bin/magento setup:upgrade

Issue

If you encountered an issue, please report it on this GitHub repository.