Ticket #1547 (new enhancement) — at Version 2
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
Note: See
TracTickets for help on using
tickets.