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 cb07d76 commit 7a30f76Copy full SHA for 7a30f76
src/Config/Validator/Deploy/OpenSearchIntegrity.php
@@ -90,7 +90,7 @@ public function validate(): Validator\ResultInterface
90
$liveSearchEnabled = $modules['Magento_LiveSearchAdapter'] ?? false;
91
92
if ($this->magentoVersion->isGreaterOrEqual('2.4.3-p2')
93
- && !$this->openSearch->isInstalled() && !$liveSearchEnabled
+ && !$this->openSearch->isInstalled() && !$liveSearchEnabled
94
) {
95
return $this->resultFactory->errorByCode(Error::DEPLOY_OS_SERVICE_NOT_INSTALLED);
96
}
0 commit comments