Changes between Initial Version and Version 1 of Ticket #1547
- Timestamp:
- 12/13/11 12:32:45 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1547 – Description
initial v1 1 1 Add a search method to the IPackageController interface so extensions can modify the package results. 2 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 could be transparently used by the web UI, etc): 3 4 {{{ 5 { 6 'count': count, 7 'facets': facets, 8 'results': results 9 } 10 }}}