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
Depends on the area: for html there is hard limit at 1000 rows I believe. JSON and other formats should be unlimited. Agreed need improvements to docs.
What do you think should happen here? (Also patches welcome :-) )
Likely for performance reasons.
Tables larger than a certain size cannot be retrieved.
This seems to be regardless of what a _limit filter is sent.
This means that a naive iteration over a table with webstore-client doesn't work.
Probably a documentation bug more than anything, and webstore-client needs
taught about paging.
The text was updated successfully, but these errors were encountered: