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

List view for grouped search results - A - Update the result count message #699

Closed
1 task
mejackreed opened this issue Sep 4, 2019 · 0 comments · Fixed by #949
Closed
1 task

List view for grouped search results - A - Update the result count message #699

mejackreed opened this issue Sep 4, 2019 · 0 comments · Fixed by #949

Comments

@mejackreed
Copy link
Collaborator

Split out of #681

Screen Shot 2019-08-29 at 4 20 50 PM

A: Update the result count message. Since the user is interested in seeing results via collections, the message should reflect the number of collections returned by the query, instead of documents (the number of docs per collection is covered in F). Showing 10 collections per page, each with several docs, does seem like it will create a large page (vertically and page-load wise), but we have the per-page dropdown to consider, and we're not sure how easily we can operate with two per page approaches in the same app.

  • Display a result count message in the format "1 - x of y collections" where x uses the per-page parameter (based on the number of groups/collections) and y is the total number of groups/collections returned by the grouped query.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment