bihealth / sodar-server

SODAR: System for Omics Data Access and Retrieval
https://github.com/bihealth/sodar-server
MIT License
14 stars 3 forks source link

Add optional result offset to IrodsAPI.get_objects() #1997

Open mikkonie opened 2 months ago

mikkonie commented 2 months ago

This is required fo re.g. #1881 and #1996. As for the spec, it's what it says on the tin: in addition to limit, IrodsAPI.get_objects() should also allow setting offset for efficient querying by paginated views.

I'll write a more detailed spec/tasks if necessary. Tagging for v1.1 for now, can reprioritize if needed.