Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pagination of search results/annolists #32

Open
4 tasks
anarchivist opened this issue Dec 22, 2017 · 1 comment
Open
4 tasks

Add pagination of search results/annolists #32

anarchivist opened this issue Dec 22, 2017 · 1 comment

Comments

@anarchivist
Copy link

anarchivist commented Dec 22, 2017

Add pagination to responses with query results, to improve performance on large sets of results.

  • Page size should be 100 hits (based on investigating paging on other instances as referenced by Content search UX questions and analysis #5).
  • First and last pages should be identified using the first and last keys in the within object.
  • Total number of hits should be included in the total key in the within object.
  • Start index for the page should be included using the startIndex key.

See §3.3.2 of the Search API spec and §5.9 of Prezi. Refs #4.

@anarchivist
Copy link
Author

See discussion on #4 for why this is blocked

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant