You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 22, 2022. It is now read-only.
🐛 Describe the bug
The following line
registry-api-service/src/main/java/gov/nasa/pds/api/engineering/controllers/MyBundlesApiController.java
Line 256 in 3db2bb4
hard code ::P1 as part of the requested identifer of registry-refs whereas there could be multiple identifiers ::P2 ...
📜 To Reproduce
Request the end points /bndles/{lidvid}/products when there is more that 500 products per collection for at least one collection.
Some product will miss
🕵️ Expected behavior
📚 Version of Software Used
No product should miss
🩺 Test Data / Additional context
I am thinking it would be beneficial to leverage on the class https://github.com/NASA-PDS/registry-api-service/blob/master/src/main/java/gov/nasa/pds/api/engineering/elasticsearch/business/CollectionProductIterator.java and mimic the behavior of class https://github.com/NASA-PDS/registry-api-service/blob/master/src/main/java/gov/nasa/pds/api/engineering/elasticsearch/business/CollectionProductRelationships.java as BundleProductRelationships class to re-implement the method to get products of a bundle.
🏞Screenshots
🖥 System Info
** 🦄 Applicable requirements**
The text was updated successfully, but these errors were encountered: