Skip to content

Commit 725941e

Browse files
committed
MC-18948: Switch default search engine from MySQL to ElasticSearch
- fix notice
1 parent 9df2ed3 commit 725941e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/CatalogSearch/Setup/Patch/Data/MySQLSearchRemovalNotification.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ public function apply(): DataPatchInterface
4747
{
4848
if ($this->scopeConfig->getValue('catalog/search/engine') === 'mysql') {
4949
$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.
50+
Catalog Search is currently configured to use the MySQL engine, which has been deprecated and removed.
51+
Migrate to an Elasticsearch engine to ensure there are no service interruptions.
5252
MESSAGE;
5353

5454
$this->notifier->addNotice(__('Deprecation Notice'), __($message));

0 commit comments

Comments
 (0)