Open martenson opened 3 weeks ago
Does this look like a bug in Zenodo or InvenioRDM API? :thinking:
@davelopez to me it feels like a deliberate undocumented choice...but yeah, hard to say
I don't know. I think I will create an issue upstream to ask for clarification. If the API returns a total number of hits > 10k, you should be able to reach those records.
Found this: https://github.com/zenodo/zenodo-rdm/issues/217
See https://zenodo.org/api/records?size=25&page=401 https://zenodo.org/api/records?size=100&page=101
Currently we allow going to pages that we have no chance of resolving. This yields an error that you can recover from only by closing the dialogue.
I did not find this described in the docs but seems to be true across invenioRDM instances.