Custom Query (2152 matches)
Results (1159 - 1161 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1543 | fixed | Pagination links in the dataset listings don't keep the current filters | johnglover | amercader |
Description |
E.g. Pagination links on this page don't include groups=lodcloud http://thedatahub.org/dataset?groups=lodcloud Not sure if related to #1501 (probably not) |
|||
#2281 | fixed | Pagination styling converted to Bootstrap | dread | dread |
Description |
Make the search results pagination styled by Bootstrap. Needs putting into a <ul> structure. Current page and '..' need become links that are styled disabled. Wanted by DGU. |
|||
#699 | fixed | Paging search results re-sets Open Only and Downloadable Only flags | pudo | TimDavies |
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. |