Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1018 - 1020 of 2152)

Ticket Resolution Summary Owner Reporter
#1357 fixed Integrate new version of data preview rgrp rgrp

Reported by rgrp, 3 years ago.

Description

We have an all new and much improved data preview system developed as part of QA in July. Need to integrate this.

  • Is pure javascript
  • Will have this in CKAN core but considered to be a plugin (so need datapreview in ckan.plugins list to work -- will enable this by default)
  • Will depend on the http://wiki.ckan.org/DataExplorer
#1359 fixed Radically simplify standard list of licenses rgrp rgrp

Reported by rgrp, 3 years ago.

Description

Major UX grip and incredibly simple to do. May also want to have basic autocomplete support within the list (trivial to do as well I believe).

(Talk to RP about this re how we define lists of licenses).

#1361 fixed Simple search support rgrp rgrp

Reported by rgrp, 3 years ago.

Description

Would be nice if CKAN could work out of the box without the need for SOLR (solr is great but complex and heavyweight to install).

Propose:

  • ckan.simple_search config option
  • If set:
    • query via simple query to database backend
    • do no specialized indexing

Extras

Remove

  • TagSearchQuery? from lib/search (just do a search directly)?
  • #1360: filter by downloadable and filter by open search options

Possible Extras

(Probably future improvements)

  • Re-introduce full-text search indexing where supported in e.g. postgres and use for querying
Note: See TracQuery for help on using queries.