Skip to content

Commit 316ce38

Browse files
committed
MC-22852: 24/36 product limit on Category page occur fatal
1 parent b615ada commit 316ce38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Elasticsearch/Model/ResourceModel/Fulltext/Collection/SearchResultApplier.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ private function isOffsetOutOfRange(int $offset, int $size, int $itemsCount): bo
115115
}
116116

117117
/**
118-
* Check that given page is available in search results.
118+
* Get offset for given page.
119119
*
120120
* @param int $pageNumber
121121
* @param int $pageSize

0 commit comments

Comments
 (0)