Skip to content
This repository has been archived by the owner on Aug 12, 2021. It is now read-only.

As a user, I want the pagination controls to respond to available results and update the results dynamically so that I can move through results more quickly. #103

Open
thatbudakguy opened this issue Aug 2, 2018 · 0 comments

Comments

@thatbudakguy
Copy link
Contributor

thatbudakguy commented Aug 2, 2018

testing notes

  • change facets or filters on the search form should alter the number of available pages of results accordingly
  • clicking on a different page should update the results without reloading the page

dev notes

JSON route that returns filter/facet data should return page data also
Pagination and total results data should be returned at the top of the result partial response:

<pre class="results-data" style="display: none;">
{
    "total": 120,
    "pages": 10,
    "current": 1
}
</pre>
<div class="results">
...
</div>
@thatbudakguy thatbudakguy added this to the Book search and browse milestone Aug 2, 2018
@thatbudakguy thatbudakguy self-assigned this Aug 2, 2018
rlskoeser added a commit that referenced this issue Aug 6, 2018
Revise solr last-modified list behavior to skip unneeded count call
@thatbudakguy thatbudakguy mentioned this issue Aug 7, 2018
6 tasks
rlskoeser pushed a commit that referenced this issue Aug 21, 2018
* working dynamic pagination (#103)

* remove modularized content

* adjust book view test

* add non-dynamic pagination to noscript

* fix display of total result count

* make form changes jump to first page
@thatbudakguy thatbudakguy removed their assignment Dec 10, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants