Custom Query (2152 matches)
Results (1024 - 1026 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1537 | fixed | Package create form wizard | icmurray | icmurray |
Description |
Create the form wizard for the package-new form. Each section of the form will be a separate page as this was decided to be simpler than the alternative of making AJAX calls for validation at each stage. (*)
(*) - although the javascript alternative will probably provide better UX (each step would require a page-load in the wizard approach), it was decided that:
|
|||
#1540 | fixed | Search API returns an error if empty parameters are provided | amercader | amercader |
Description |
Both in 1.5.1b: http://thedatahub.org/api/search/dataset?groups=lodcloud&title= and 1.5.2a (current master): http://test.ckan.net/api/search/dataset?groups=lodcloud&title= Although the error message in 1.5.2a is more verbose: "Bad request - Bad search option: HTTP code=400, reason=org.apache.lucene.queryParser.ParseException?: Cannot parse 'groups:lodcloud title:': Encountered \"<EOF>\" at line 1, column 22. Was expecting one of: \"(\" ... \"*\" ... <QUOTED> ... <TERM> ... <PREFIXTERM> ... <WILDTERM> ... \"[\" ... \"{\" ... <NUMBER> ..." Some parameter validation before sending it to Solr should do the trick |
|||
#1541 | fixed | Setup server for the DGU form-refactor. | icmurray | icmurray |
Description |
To enable us to show DGU work in progress, for feedback. |