We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ee05a4 commit 3afebabCopy full SHA for 3afebab
app/code/Magento/CatalogSearch/Model/ResourceModel/Advanced/Collection.php
@@ -393,6 +393,7 @@ private function getSearchResultApplier(SearchResultInterface $searchResult): Se
393
/** This variable sets by serOrder method, but doesn't have a getter method. */
394
'orders' => $this->_orders,
395
'size' => $this->getPageSize(),
396
+ 'currentPage' => (int)$this->_curPage,
397
]
398
);
399
}
0 commit comments