Skip to content

Commit 1967990

Browse files
committed
MAGETWO-95259: CatalogSearch module deprecation must be reverted
- updated message
1 parent b82bec8 commit 1967990

File tree

69 files changed

+137
-137
lines changed

Some content is hidden

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

69 files changed

+137
-137
lines changed

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 CatalogSearch will be removed in 2.4, and {@see \Magento\ElasticSearch}
22-
* will replace it as the default search engine.
21+
* @deprecated
22+
* @see \Magento\ElasticSearch
2323
*/
2424
class Result extends Template
2525
{

app/code/Magento/CatalogSearch/Model/Adapter/Aggregation/AggregationResolver.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
use Magento\Catalog\Model\ResourceModel\Product\Attribute\Collection as AttributeCollection;
1616

1717
/**
18-
* @deprecated CatalogSearch will be removed in 2.4, and {@see \Magento\ElasticSearch}
19-
* will replace it as the default search engine.
18+
* @deprecated
19+
* @see \Magento\ElasticSearch
2020
*/
2121
class AggregationResolver implements AggregationResolverInterface
2222
{

app/code/Magento/CatalogSearch/Model/Adapter/Aggregation/Checker/Query/CatalogView.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
* Request checker for catalog view.
1818
*
1919
* Checks catalog view query whether required to collect all attributes for entity.
20-
* @deprecated CatalogSearch will be removed in 2.4, and {@see \Magento\ElasticSearch}
21-
* will replace it as the default search engine.
20+
* @deprecated
21+
* @see \Magento\ElasticSearch
2222
*/
2323
class CatalogView implements RequestCheckerInterface
2424
{

app/code/Magento/CatalogSearch/Model/Adapter/Aggregation/RequestCheckerComposite.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
use Magento\Store\Model\StoreManagerInterface;
1111

1212
/**
13-
* @deprecated CatalogSearch will be removed in 2.4, and {@see \Magento\ElasticSearch}
14-
* will replace it as the default search engine.
13+
* @deprecated
14+
* @see \Magento\ElasticSearch
1515
*/
1616
class RequestCheckerComposite implements RequestCheckerInterface
1717
{

app/code/Magento/CatalogSearch/Model/Adapter/Aggregation/RequestCheckerInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
/**
1111
* RequestCheckerInterface provides the interface to work with query checkers.
1212
*
13-
* @deprecated CatalogSearch will be removed in 2.4, and {@see \Magento\ElasticSearch}
14-
* will replace it as the default search engine.
13+
* @deprecated
14+
* @see \Magento\ElasticSearch
1515
*/
1616
interface RequestCheckerInterface
1717
{

app/code/Magento/CatalogSearch/Model/Adapter/Mysql/Aggregation/DataProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
use Magento\Framework\Search\Request\BucketInterface;
1919

2020
/**
21-
* @deprecated CatalogSearch will be removed in 2.4, and {@see \Magento\ElasticSearch}
22-
* will replace it as the default search engine.
21+
* @deprecated
22+
* @see \Magento\ElasticSearch
2323
*/
2424
class DataProvider implements DataProviderInterface
2525
{

app/code/Magento/CatalogSearch/Model/Adapter/Mysql/Aggregation/DataProvider/QueryBuilder.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
/**
2323
* Attribute query builder
2424
*
25-
* @deprecated CatalogSearch will be removed in 2.4, and {@see \Magento\ElasticSearch}
26-
* will replace it as the default search engine.
25+
* @deprecated
26+
* @see \Magento\ElasticSearch
2727
*
2828
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
2929
*/

app/code/Magento/CatalogSearch/Model/Adapter/Mysql/Aggregation/DataProvider/SelectBuilderForAttribute.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
/**
2323
* Build select for attribute.
2424
*
25-
* @deprecated CatalogSearch will be removed in 2.4, and {@see \Magento\ElasticSearch}
26-
* will replace it as the default search engine.
25+
* @deprecated
26+
* @see \Magento\ElasticSearch
2727
*/
2828
class SelectBuilderForAttribute
2929
{

app/code/Magento/CatalogSearch/Model/Adapter/Mysql/Aggregation/DataProvider/SelectBuilderForAttribute/ApplyStockConditionToSelect.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
/**
1515
* Join stock table with stock condition to select.
1616
*
17-
* @deprecated CatalogSearch will be removed in 2.4, and {@see \Magento\ElasticSearch}
18-
* will replace it as the default search engine.
17+
* @deprecated
18+
* @see \Magento\ElasticSearch
1919
*/
2020
class ApplyStockConditionToSelect
2121
{

app/code/Magento/CatalogSearch/Model/Adapter/Mysql/BaseSelectStrategy/BaseSelectAttributesSearchStrategy.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
* The main idea of this strategy is using eav index table as main table for query
2020
* in case when search request requires search by attributes
2121
*
22-
* @deprecated CatalogSearch will be removed in 2.4, and {@see \Magento\ElasticSearch}
23-
* will replace it as the default search engine.
22+
* @deprecated
23+
* @see \Magento\ElasticSearch
2424
*/
2525
class BaseSelectAttributesSearchStrategy implements BaseSelectStrategyInterface
2626
{

0 commit comments

Comments
 (0)