Custom Query (2152 matches)
Results (991 - 993 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#148 | fixed | Parser and loader for esw.org data | dread | dread |
Description |
Follow up tickets: ticket:149 and ticket:150 |
|||
#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. |
|||
#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. |