-
Type: Bug
-
Status: Resolved
-
Priority: Blocker
-
Resolution: Fixed
-
Affects Version/s: 9.3-SNAPSHOT
-
Fix Version/s: 9.10
-
Component/s: Web UI
-
Environment:Browser: Chrome
OS: Mac os
DB: Docker-compose w/ mongodb:latest (3.4) and redis:latest(4.0)
-
Backlog priority:1,000
-
Sprint:nxcore 9.10.1
-
Story Points:2
Steps to reproduce on nightly:
- add 2 documents to a collection
- Send a GET on https://nightly.nuxeo.com/nuxeo/api/v1/search/pp/ordered_content_collection/execute?currentPageIndex=0&pageSize=40&queryParams= {collectionUid}
- Observe the response:
{ "currentPageIndex": 0, "currentPageOffset": 0, "currentPageSize": 4, "entity-type": "documents", "entries": [ ... ], "errorMessage": null, "hasError": false, "isLastPageAvailable": false, "isNextPageAvailable": false, "isPaginable": true, "isPreviousPageAvailable": false, "isSortable": true, "maxPageSize": 1000, "numberOfPages": 1, "pageCount": 1, "pageIndex": 0, "pageSize": 40, "resultsCount": 1, "resultsCountLimit": 0, "totalSize": 1 }
see that "currentPageSize": 4 but "resultsCount": 1
- duplicates
-
NXP-23395 Fix totalSize computation in Query SELECTing from lists
- Resolved
- is duplicated by
-
NXP-23715 Fix Bulk import from Workspace to Collection
- Resolved
- is related to
-
NXP-23876 Fix collection listing to show all results
- Resolved
- mentioned in
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...