ddcornwall / nara-alaskana

National Archives Alaskana Explorer
1 stars 0 forks source link

No results paging for searches #10

Closed ddcornwall closed 6 years ago

ddcornwall commented 6 years ago

When a user does a search, it is not currently possible to page past the first ten hits. Previous efforts to code this functionality resulted in two outcomes:

  1. Search box stopped working and "akURL" was built from default elements.
  2. Search box was operational, but button didn't do anything.

See previous versions of index.html for work on this issue.

ddcornwall commented 6 years ago

Workaround suggestion - at the bottom of the results page, offer a link to a catalog search with the user's terms.

ddcornwall commented 6 years ago

Workaround implemented. Tested locally and on live version. When user clicks on "next ten records" link in search, they're brought into a new tab where their search resumes from result 11.

ddcornwall commented 6 years ago

This issue is being handled as part issue #23. Working code has been written but not merged with the master branch.