A step applies to both Starter and Pro
Is there an existing issue for this?
- [X] I have searched the existing issues
Which topic?
https://devdocs.magento.com/cloud/project/services-opensearch.html
What's wrong with the content?
In this section:
To enable OpenSearch:
- For Starter projects, add the opensearch service to the .magento/services.yaml file with the appropriate version and allocated disk space in MB.
What changes do you propose?
This should be changed to Starter projects and Pro integration environments
In addition, instructions should also be included for installing the plugins needed for using Elasticsuite with OpenSearch, just as https://devdocs.magento.com/cloud/project/services-elastic.html#add-plugins-for-elasticsearch
e.g., For example, the following code enables the ICU analysis and Phonetic analysis plugins.
opensearch:
type: opensearch:<service-version>
disk: 1024
configuration:
plugins:
- analysis-icu
- analysis-phonetic
Anything else that can help to cover this?
No response
Hi @ak77-prime. Thank you for your report. To speed up processing of this issue, make sure that you provided sufficient information.
Add a comment to assign the issue: @magento I am working on this
- Join Magento Community Engineering Slack and ask your questions in #github channel.
@hguthrie could you take a look to confirm?