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 9df2ed3 commit 725941eCopy full SHA for 725941e
app/code/Magento/CatalogSearch/Setup/Patch/Data/MySQLSearchRemovalNotification.php
@@ -47,8 +47,8 @@ public function apply(): DataPatchInterface
47
{
48
if ($this->scopeConfig->getValue('catalog/search/engine') === 'mysql') {
49
$message = <<<MESSAGE
50
-Catalog Search is currently configured to use the MySQL engine, which has been deprecated and removed. Migrate to one of
51
-the Elasticsearch engines to ensure there are no service interruptions.
+Catalog Search is currently configured to use the MySQL engine, which has been deprecated and removed.
+Migrate to an Elasticsearch engine to ensure there are no service interruptions.
52
MESSAGE;
53
54
$this->notifier->addNotice(__('Deprecation Notice'), __($message));
0 commit comments