Skip to content

Commit 26dae8f

Browse files
committed
MC-21962: Catalog Pagination doesn't work on Elasticsearch 6.x
- fix static tests
1 parent 98c6c00 commit 26dae8f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/CatalogSearch/Model/ResourceModel/Advanced/Collection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class Collection extends \Magento\Catalog\Model\ResourceModel\Product\Collection
4444
/**
4545
* Config search engine path.
4646
*/
47-
const SEARCH_ENGINE_VALUE_PATH = 'catalog/search/engine';
47+
private const SEARCH_ENGINE_VALUE_PATH = 'catalog/search/engine';
4848

4949
/**
5050
* List Of filters

app/code/Magento/CatalogSearch/Model/ResourceModel/Fulltext/Collection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class Collection extends \Magento\Catalog\Model\ResourceModel\Product\Collection
4545
/**
4646
* Config search engine path.
4747
*/
48-
const SEARCH_ENGINE_VALUE_PATH = 'catalog/search/engine';
48+
private const SEARCH_ENGINE_VALUE_PATH = 'catalog/search/engine';
4949

5050
/**
5151
* @var QueryResponse

0 commit comments

Comments
 (0)