Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (472 - 474 of 2152)

Ticket Resolution Summary Owner Reporter
#698 fixed CKAN Data API v1 Stiivi thejimmyg

Reported by thejimmyg, 4 years ago.

Description

This proposal is to discuss adding a new API for proxying certain spreadsheet data via JSON-P to make it possible to build simple browser apps directly off the API.

See the attached proposal for information.

#699 fixed Paging search results re-sets Open Only and Downloadable Only flags pudo TimDavies

Reported by TimDavies, 4 years ago.

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.

#700 fixed Groups in package form pudo dread

Reported by dread, 4 years ago.

Description

Editing groups in forms doesn't work for me, with latest code from this morning:

  1. Clean db
  2. paster create-test-data
  3. paster sysadmin create http://davidread.myopenid.com/
  4. paster serve development.ini
  5. In browser, log in to CKAN
  6. Create new package: name=abc group=Roger's books
  7. [Preview] - yes group appears
  8. [Save] - shows package and group hasn't appeared ERROR
  9. Check http://127.0.0.1:5000/api/rest/package/abc and reedit package it also doesn't appear here either.
Note: See TracQuery for help on using queries.