Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1027 - 1029 of 2152)

Ticket Resolution Summary Owner Reporter
#1543 fixed Pagination links in the dataset listings don't keep the current filters johnglover amercader

Reported by amercader, 2 years ago.

Description

E.g. Pagination links on this page don't include groups=lodcloud http://thedatahub.org/dataset?groups=lodcloud

Not sure if related to #1501 (probably not)

#1546 fixed Package metadata_created returns the wrong date johnglover johnglover

Reported by johnglover, 2 years ago.

Description

metadata_created seems to be returning the date of the earliest revision (for all packages), rather than the earliest revision for a specific package.

#1547 fixed Add search methods (before and after) to the IPackageController interface amercader amercader

Reported by amercader, 2 years ago.

Description

Time estimate: 1d

Add a two search method to the IPackageController interface so extensions can:

  • Modify the query being sent to Solr
def before_search(search_params):

    return search_params

  • Modify the results returned (after_search)
def after_search(search_results, search_params):

    return search_results

Please see this pad for implementation details:

http://ckan.okfnpad.org/search

Note: See TracQuery for help on using queries.