Skip to content

Commit 611c50a

Browse files
committed
MAGETWO-93994: Switch default search engine from MySQL to ElasticSearch
- Update language of deprecation messages
1 parent 1aefd39 commit 611c50a

File tree

107 files changed

+214
-214
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

107 files changed

+214
-214
lines changed

app/code/Magento/CatalogSearch/Block/Advanced/Form.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
/**
2424
* @api
2525
* @since 100.0.2
26-
* @deprecated
27-
* @see ElasticSearch module is default search engine starting from 2.3. CatalogSearch would be removed in 2.4
26+
* @deprecated CatalogSearch will be removed in 2.4, and {@see \Magento\ElasticSearch}
27+
* will replace it as the default search engine.
2828
*/
2929
class Form extends Template
3030
{

app/code/Magento/CatalogSearch/Block/Advanced/Result.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
*
1919
* @api
2020
* @since 100.0.2
21-
* @deprecated
22-
* @see ElasticSearch module is default search engine starting from 2.3. CatalogSearch would be removed in 2.4
21+
* @deprecated CatalogSearch will be removed in 2.4, and {@see \Magento\ElasticSearch}
22+
* will replace it as the default search engine.
2323
*/
2424
class Result extends Template
2525
{

app/code/Magento/CatalogSearch/Block/Plugin/FrontTabPlugin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212

1313
/**
1414
* Plugin for Magento\Catalog\Block\Adminhtml\Product\Attribute\Edit\Tab\Front
15-
* @deprecated
16-
* @see ElasticSearch module is default search engine starting from 2.3. CatalogSearch would be removed in 2.4
15+
* @deprecated CatalogSearch will be removed in 2.4, and {@see \Magento\ElasticSearch}
16+
* will replace it as the default search engine.
1717
*/
1818
class FrontTabPlugin
1919
{

app/code/Magento/CatalogSearch/Block/Result.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
*
1919
* @api
2020
* @since 100.0.2
21-
* @deprecated
22-
* @see ElasticSearch module is default search engine starting from 2.3. CatalogSearch would be removed in 2.4
21+
* @deprecated CatalogSearch will be removed in 2.4, and {@see \Magento\ElasticSearch}
22+
* will replace it as the default search engine.
2323
*/
2424
class Result extends Template
2525
{

app/code/Magento/CatalogSearch/Block/SearchTermsLog.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010

1111
/**
1212
* Class for logging search terms on cached pages
13-
* @deprecated
14-
* @see ElasticSearch module is default search engine starting from 2.3. CatalogSearch would be removed in 2.4
13+
* @deprecated CatalogSearch will be removed in 2.4, and {@see \Magento\ElasticSearch}
14+
* will replace it as the default search engine.
1515
*/
1616
class SearchTermsLog implements ArgumentInterface
1717
{

app/code/Magento/CatalogSearch/Controller/Advanced/Index.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
use Magento\Framework\Controller\ResultFactory;
1010

1111
/**
12-
* @deprecated
13-
* @see ElasticSearch module is default search engine starting from 2.3. CatalogSearch would be removed in 2.4
12+
* @deprecated CatalogSearch will be removed in 2.4, and {@see \Magento\ElasticSearch}
13+
* will replace it as the default search engine.
1414
*/
1515
class Index extends \Magento\Framework\App\Action\Action
1616
{

app/code/Magento/CatalogSearch/Controller/Advanced/Result.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
use Magento\Framework\UrlFactory;
1212

1313
/**
14-
* @deprecated
15-
* @see ElasticSearch module is default search engine starting from 2.3. CatalogSearch would be removed in 2.4
14+
* @deprecated CatalogSearch will be removed in 2.4, and {@see \Magento\ElasticSearch}
15+
* will replace it as the default search engine.
1616
*/
1717
class Result extends \Magento\Framework\App\Action\Action
1818
{

app/code/Magento/CatalogSearch/Controller/Result/Index.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
use Magento\Search\Model\PopularSearchTerms;
1515

1616
/**
17-
* @deprecated
18-
* @see ElasticSearch module is default search engine starting from 2.3. CatalogSearch would be removed in 2.4
17+
* @deprecated CatalogSearch will be removed in 2.4, and {@see \Magento\ElasticSearch}
18+
* will replace it as the default search engine.
1919
*/
2020
class Index extends \Magento\Framework\App\Action\Action
2121
{

app/code/Magento/CatalogSearch/Controller/SearchTermsLog/Save.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515

1616
/**
1717
* Controller for save search terms
18-
* @deprecated
19-
* @see ElasticSearch module is default search engine starting from 2.3. CatalogSearch would be removed in 2.4
18+
* @deprecated CatalogSearch will be removed in 2.4, and {@see \Magento\ElasticSearch}
19+
* will replace it as the default search engine.
2020
*/
2121
class Save extends \Magento\Framework\App\Action\Action
2222
{

app/code/Magento/CatalogSearch/Helper/Data.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
*
1111
* @api
1212
* @since 100.0.2
13-
* @deprecated
14-
* @see ElasticSearch module is default search engine starting from 2.3. CatalogSearch would be removed in 2.4
13+
* @deprecated CatalogSearch will be removed in 2.4, and {@see \Magento\ElasticSearch}
14+
* will replace it as the default search engine.
1515
*/
1616
class Data extends \Magento\Search\Helper\Data
1717
{

0 commit comments

Comments
 (0)