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 9e4da87 commit 5ab3da3Copy full SHA for 5ab3da3
dev/tests/integration/_files/Magento/TestModuleCatalogSearch/Model/SearchEngineVersionReader.php
@@ -27,6 +27,9 @@ class SearchEngineVersionReader
27
public function getFullVersion(): string
28
{
29
$version = $this->getVersion();
30
+ if (strtolower($this->getDistribution()) == 'opensearch') {
31
+ $version = 1;
32
+ }
33
return $this->getDistribution() . ($version === 1 ? '' : $version);
34
}
35
0 commit comments