Closed
Description
Preconditions
- Magento 2.2.2
Steps to reproduce
- Make a request to endpoint
GET /V1/search
and providesearchCriteria[pageSize]
. - Repeat the previous point with
searchCiteria[currentPage]
= 2
Expected result
- You will get a response with number of items equals
searchCriteria[pageSize]
in the first time - You will get a response with number of items <=
searchCriteria[pageSize]
in the second time - The
total_count
is the same on both requests
Actual result
The value of total_count
equals searchCriteria[pageSize]
not the total count of the search result items.
Metadata
Metadata
Assignees
Labels
USE ONLY for FRAMEWORK RELATED BUG! E.g If bug related to Catalog Service Contracts use just CatalogThe issue has been fixed in 2.3 release lineGate 2 Passed. Manual verification of the issue description passedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 1 Passed. Automatic verification of issue format passedGate 4. Acknowledged. Issue is added to backlog and ready for developmentThe issue has been reproduced on latest 2.2 releaseThe issue has been reproduced on latest 2.3 release