This article provides a solution to the issue where you see the error: Error: opensearch search engine doesn’t exist. Falling back to livesearch. in Adobe Commerce on cloud infrastructure where Live Search is used.
The following message is shown in the logs (and observable in New Relic):
Error: opensearch search engine doesn’t exist. Falling back to livesearch.
Modify the .magento.env.yaml
file.
Locate the following lines:
deploy:
...
SEARCH_CONFIGURATION:
engine: opensearch
If you don’t have these lines, add them to the .magento.env.yaml
file.
If these lines exist, modify the engine from opensearch to livesearch.
Commit the change and then redeploy.