TAMULib / SAGE

Search Aggregation Engine
MIT License
6 stars 2 forks source link

Sort order toggle button appends value=undefined to URL, breaking the search. #476

Closed kaladay closed 1 year ago

kaladay commented 1 year ago

Describe the bug Sorting is no working when the toggle button is clicked. The page becomes unusable and the browser back button has to be used to get back to something functional.

To Reproduce Steps to reproduce the behavior:

  1. Go to a functional discovery view with paginated results.
  2. Click on 'toggle sort button arrow'.
  3. See messed up page.

Expected behavior The sort should work and the value=undefined probably should not appear.