Details
-
Bug
-
Status: Closed (View Workflow)
-
P3
-
Resolution: Done
-
5.1.0
-
-
Folijet Sprint 123
-
0
-
Folijet
-
R3 2021
Description
How to reproduce:
Call
/source-storage/records?limit=0
at
- https://folio-snapshot-okapi.dev.folio.org
- https://folio-testing-okapi.dev.folio.org
- https://okapi-bugfest-iris.folio.ebsco.com
when there are source storage records.
Actual result:
{ "records" : [ ], "totalRecords" : 0 }
The totalRecords number is wrong.
Expected result:
{ "records" : [ ], "totalRecords" : 71 }
The totalRecords number must be > 0.
Additional information:
When using limit=1 or any higher limit the totalRecords number is correct (71 for snapshot, 62 for testing, 7885956 for bugfest-iris).
TestRail: Results
Attachments
Issue Links
- defines
-
UXPROD-3041 NFR: Data Import (Batch Importer for Bib Acq) R3 2021 Kiwi Technical, NFR, & Misc bug work
-
- Closed
-
- relates to
-
MODSOURCE-14 Change totalRecords from recordsCollection to return overall total
-
- Closed
-