We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b99b6d commit 0451916Copy full SHA for 0451916
setup/src/Magento/Setup/Model/SearchConfigOptionsList.php
@@ -150,7 +150,7 @@ public function getAvailableSearchEngineList(): array
150
{
151
return [
152
'elasticsearch7' => 'Elasticsearch 7.x (deprecated)',
153
- 'elasticsearch8' => 'Elasticsearch 8.x',
+ 'elasticsearch8' => 'Elasticsearch 8.x (deprecated)',
154
'opensearch' => 'OpenSearch'
155
];
156
}
0 commit comments