Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
0.1-incubating
-
None
-
none
Description
- By adding get number of hits the method setTotalPages(int) is no longer needed; getTotalPages will calculate its return value based on page size and total hits
- This also allows the number of products to be determined by just getting the first page, instead of getting last page which internally requires DataSourceCatalog to get first page and last page