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
All resources that include pagination listed and documented, and the different sort orders available.
Implementation should allow that in all cases pagination allows paging through a whole, large result set (e.g. 1 million items), with any search ordering.
Integration tests include deep paging.
Pagination documented in user docs.
The text was updated successfully, but these errors were encountered:
- Test to iterate through a set of works through both methods, ensure that
both return all results.
- Add user/delete-works to clean up between tests.
- Add elastic.index/index-items for indexing multiple items speeding up tests.
- JVM options to help some murky stack traces.
- Clarify / add some docstrings along the way.
- Add query params to api-fixture/api-get to allow pagination in tests.
Make sure pagination works to our satisfaction.
Definition of done:
The text was updated successfully, but these errors were encountered: