Ticket #1547 (new enhancement) — at Version 2

Opened 2 years ago

Last modified 2 years ago

Add a search method to the IPackageController interface

Reported by: amercader Owned by: amercader
Priority: major Milestone: ckan-sprint-2012-01-23
Component: ckan Keywords: search
Cc: Repository: ckan
Theme: none

Description (last modified by amercader) (diff)

Add a search method to the IPackageController interface so extensions can modify the package results. Extensions implementing the IPackageController interface will get the results from a SOLR query, and after playing with them should return an object with the same structure (so it can be transparently used by the web UI, etc):

{
         'count': count,
         'facets': facets,
         'results': results
     }

Change History

comment:1 Changed 2 years ago by amercader

  • Description modified (diff)

comment:2 Changed 2 years ago by amercader

  • Description modified (diff)
Note: See TracTickets for help on using tickets.