Zend certified PHP/Magento developer

How to integrate OpenSearch as a separate CatalogSearch engine to Magento 2.4

Does anyone knows how I can setup and integrate OpenSearch engine as a separate Catalog Search engine to Magento 2.4?

I have removed all the ElasticSearch dependent modules from the composer.json.

From OpenSearch engine, I have added OpenSearch-PHP lib to my project.

I would like to have OpenSearch across website (Search page, Category pages) instead of ElasticSearch wherever ElasticSearch is serving it’s requests.