Ticket #699 (closed defect: fixed)
Paging search results re-sets Open Only and Downloadable Only flags
Reported by: | TimDavies | Owned by: | pudo |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | ckan | Keywords: | |
Cc: | Repository: | ||
Theme: |
Description
When getting a search results page (e.g. http://ckan.net/package/search?q=development&open_only=1&downloadable_only=1) and then using the on-page links to page through results, the next link / numbered page links go to http://ckan.net/package/search?q=development&page=2 rather than http://ckan.net/package/search?q=development&open_only=1&downloadable_only=1&page=2 meaning that the filter flags set (Download Only; Open Only) are not respected on the second page of listings.
Change History
Note: See
TracTickets for help on using
tickets.
I've just verified that the search pages navigation does not respect the checkboxes. Could you have a look please Friedrich?