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.
composer require melthedev/magento-disable-search-engine
bin/magento module:enable MelTheDev_DisableSearchEngine
bin/magento setup:upgrade && bin/magento setup:di:compile
If you found any issues, please create issue on this Github issue section.