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
Added automatic pagination for all document types defined, or all that are returned.
this can also be configured with a pageSize per query if you wish to control that.
Using the feature
The feature is enabled by default, so when requesting a document type set it will automatically page through each set of results for the doc and the move onto the next
The option to set the pageSize per each request is available if there are issues with requesting only 20 pages at a time.
The feature may cause an issue I suspect if there are lots of pages, as it currently places it first into an in memory object then into the sitemap stream. So a future release will likely change that flow. But it won't be breaking. :)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
0.4.0 - 2021-07-24
Feature
Using the feature
The feature is enabled by default, so when requesting a document type set it will automatically page through each set of results for the doc and the move onto the next
The option to set the pageSize per each request is available if there are issues with requesting only 20 pages at a time.
Caveats
The feature may cause an issue I suspect if there are lots of pages, as it currently places it first into an in memory object then into the sitemap stream. So a future release will likely change that flow. But it won't be breaking. :)
This discussion was created from the release v0.4.0 (Pagination Automation).
Beta Was this translation helpful? Give feedback.
All reactions