Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1255 - 1257 of 2152)

Ticket Resolution Summary Owner Reporter
#1131 fixed Search param validation exception not caught dread dread

Reported by dread, 3 years ago.

Description

Example request:

http://nl.ckan.net/api/2/search/package?q=delft&order_by=&offset=&limit=&tags=

Gives 500 error:

<type 'exceptions.ValueError'>: invalid literal for int() with base 10: ''
#1139 fixed Create CKAN Theme Gallery lucychambers lucychambers

Reported by lucychambers, 3 years ago.

Description

Take screenshots of existing ckan instances esp those mentioned <http://wiki.ckan.net/Theming> and put on flickr in ckan or ckan-theme group so we can create a gallery ... (both to illustrate theming but also to show ckan instances that are around -- could add to http://wiki.ckan.net/Instances)

#1140 fixed Adding the package to the group is not search indexed dread

Reported by dread, 3 years ago.

Description

To reproduce:

  1. paster db init
  2. paster create-test-data
  3. In Web UI: create new group 'tilo', which includes package 'annakarenina'
  4. curl http://localhost:5000/api/search/package?groups=tilo results in 0 results (WRONG)
  5. paster search-index rebuild
  6. curl http://localhost:5000/api/search/package?groups=tilo results in 1 result
Note: See TracQuery for help on using queries.