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
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:
testing notes
dev notes
JSON route that returns filter/facet data should return page data alsoPagination and total results data should be returned at the top of the result partial response: