ietf-tools / datatracker

The day-to-day front-end to the IETF database for people who work on IETF standards.
https://datatracker.ietf.org
BSD 3-Clause "New" or "Revised" License
535 stars 316 forks source link

datatracker returns incomplete queries #7557

Open elear opened 1 month ago

elear commented 1 month ago

Describe the issue

Datatracker limits query responses to 200 documents. While paging may be appropriate in some cases, a 200 document limit means that one cannot, for instance, get a set of documents by stream. I could see a requirement for being logged in to get more information, and perhaps to rate limit queries, it should be possible to do introspection on our data.

Code of Conduct

rjsparks commented 1 month ago

For the moment, for the ISE stream, https://datatracker.ietf.org/stream/ise/ (linked from the menu under Documents->RFC streams ISE) routes around this limitation.

There's no counterpart for listing all the IETF stream documents at once at this time.