File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Step/Deploy/InstallUpdate/Install/Setup Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ public function __construct(
51
51
*/
52
52
public function getFullEngineName (): string
53
53
{
54
- if ($ this ->magentoVersion ->satisfies ('2.4.4-p13 || >=2.4.5-p12 ' )) {
54
+ if ($ this ->magentoVersion ->satisfies ('2.4.4-p13 <2.4.5 || >=2.4.5-p12 ' )) {
55
55
return static ::ENGINE_NAME ;
56
56
}
57
57
Original file line number Diff line number Diff line change @@ -268,7 +268,7 @@ private function getEsOptions(): array
268
268
$ configuration = $ this ->openSearch ->getConfiguration ();
269
269
$ isAuthEnabled = $ this ->openSearch ->isAuthEnabled ();
270
270
271
- if ($ this ->magentoVersion ->satisfies ('2.4.4-p13 || >=2.4.5-p12 ' )) {
271
+ if ($ this ->magentoVersion ->satisfies ('2.4.4-p13 <2.4.5 || >=2.4.5-p12 ' )) {
272
272
$ enginePrefixName = 'opensearch ' ;
273
273
}
274
274
} else {
You can’t perform that action at this time.
0 commit comments