Skip to content
This repository was archived by the owner on Dec 19, 2019. It is now read-only.

Conversation

@ronak2ram
Copy link
Member

Description (*)

Added code for response in set total_pages.

Fixed Issues (if relevant)

  1. Total pages field returns null in category query #215: Total pages field returns null in category query

'page_size' => $searchCriteria->getPageSize(),
'current_page' => $currentPage
'current_page' => $currentPage,
'total_pages' => $maxPages
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to cover this functionality with API-functional tests (or expand current)

@magento-engcom-team magento-engcom-team merged commit 76a7243 into magento:2.3-develop Nov 20, 2018
@naydav naydav added the 2.3.1 label Dec 7, 2018
@naydav naydav removed this from the Release: 2.3.1 milestone Dec 7, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants