Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1408 - 1410 of 2152)

Ticket Resolution Summary Owner Reporter
#1538 wontfix Store partially-filled in package form data as a draft. icmurray icmurray

Reported by icmurray, 2 years ago.

Description

Allow a user to save a partially-complete and probably invalid package-create form in order to come back to it later.

We decided on blob storage over a state field on the package:

  • prevents a history of the drafts being stored in the revision history. This is a particular problem if we start auto-saving, say every 20s.
  • the blob can store arbitrary extra data, such as how far through the wizard we are.
#1539 wontfix Package forms auto-save icmurray icmurray

Reported by icmurray, 2 years ago.

Description

Using the saved-draft feature, we enable auto-save for the package-new and package-edit forms.

An AJAX call is made every N seconds, and the auto-saved blob is updated.

note - we don't want to overwrite a previously save draft, but we will want to overwrite the last autosave.

#1540 fixed Search API returns an error if empty parameters are provided amercader amercader

Reported by amercader, 2 years ago.

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

Note: See TracQuery for help on using queries.