Skip to content

Commit b82bec8

Browse files
committed
MAGETWO-95259: CatalogSearch module deprecation must be reverted
- removed deprecation from generic catalog search classes
1 parent 48400ae commit b82bec8

Some content is hidden

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

46 files changed

+8
-130
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323
/**
2424
* @api
2525
* @since 100.0.2
26-
* @deprecated CatalogSearch will be removed in 2.4, and {@see \Magento\ElasticSearch}
27-
* will replace it as the default search engine.
2826
*/
2927
class Form extends Template
3028
{

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@
1111
use Magento\Framework\Data\Form\Element\Fieldset;
1212

1313
/**
14-
* Plugin for Magento\Catalog\Block\Adminhtml\Product\Attribute\Edit\Tab\Front
15-
* @deprecated CatalogSearch will be removed in 2.4, and {@see \Magento\ElasticSearch}
16-
* will replace it as the default search engine.
14+
* Add Search Weight field to the product attribute add/edit tab
1715
*/
1816
class FrontTabPlugin
1917
{

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
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.
2321
*/
2422
class Result extends Template
2523
{

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@
99
use Magento\Framework\View\Element\Block\ArgumentInterface;
1010

1111
/**
12-
* Class for logging search terms on cached pages
13-
* @deprecated CatalogSearch will be removed in 2.4, and {@see \Magento\ElasticSearch}
14-
* will replace it as the default search engine.
12+
* Provider of the information on whether the page is cacheable, so that AJAX-based logging of terms can be triggered
1513
*/
1614
class SearchTermsLog implements ArgumentInterface
1715
{

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@
1010
use Magento\Framework\App\Action\HttpPostActionInterface;
1111
use Magento\Framework\Controller\ResultFactory;
1212

13-
/**
14-
* @deprecated CatalogSearch will be removed in 2.4, and {@see \Magento\ElasticSearch}
15-
* will replace it as the default search engine.
16-
*/
1713
class Index extends \Magento\Framework\App\Action\Action implements HttpGetActionInterface, HttpPostActionInterface
1814
{
1915
/**

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@
1212
use Magento\Framework\App\Action\HttpPostActionInterface;
1313
use Magento\Framework\UrlFactory;
1414

15-
/**
16-
* @deprecated CatalogSearch will be removed in 2.4, and {@see \Magento\ElasticSearch}
17-
* will replace it as the default search engine.
18-
*/
1915
class Result extends \Magento\Framework\App\Action\Action implements HttpGetActionInterface, HttpPostActionInterface
2016
{
2117
/**

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@
1515
use Magento\Search\Model\QueryFactory;
1616
use Magento\Search\Model\PopularSearchTerms;
1717

18-
/**
19-
* @deprecated CatalogSearch will be removed in 2.4, and {@see \Magento\ElasticSearch}
20-
* will replace it as the default search engine.
21-
*/
2218
class Index extends \Magento\Framework\App\Action\Action implements HttpGetActionInterface, HttpPostActionInterface
2319
{
2420
/**

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

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

1616
/**
1717
* Controller for save search terms
18-
* @deprecated CatalogSearch will be removed in 2.4, and {@see \Magento\ElasticSearch}
19-
* will replace it as the default search engine.
2018
*/
2119
class Save extends \Magento\Framework\App\Action\Action
2220
{

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
*
1111
* @api
1212
* @since 100.0.2
13-
* @deprecated CatalogSearch will be removed in 2.4, and {@see \Magento\ElasticSearch}
14-
* will replace it as the default search engine.
1513
*/
1614
class Data extends \Magento\Search\Helper\Data
1715
{

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
* Request checker for advanced search.
1313
*
1414
* Checks advanced search query whether required to collect all attributes for entity.
15-
* @deprecated CatalogSearch will be removed in 2.4, and {@see \Magento\ElasticSearch}
16-
* will replace it as the default search engine.
1715
*/
1816
class AdvancedSearch implements RequestCheckerInterface
1917
{

0 commit comments

Comments
 (0)