Closed (won't fix)
Project:
Apache Solr Search
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
7 Jul 2009 at 00:15 UTC
Updated:
26 Oct 2012 at 22:28 UTC
This will likely not be fitting to commit to cvs for the apachesolr module, it is just a little feature to export results as csv.
Likely this patch will not be needed as the apachesolr_views module develops, in combination with views bonus module.
| Comment | File | Size | Author |
|---|---|---|---|
| apachesolr_exportcsv.patch | 2.99 KB | aufumy |
Comments
Comment #1
robertdouglass commentedaufumy - thanks for this. I'm working on also sending this to "Print" and some other options, like PubMed has on their search results. Perhaps I'll be able to roll a contrib module that does all of that. This patch will be very helpful.
Comment #2
janusman commentedThis also helps #386336: Document (in ApacheSolr docs) that you can use OpenSearch module for generating RSS feeds for search results ...
I also realize ApacheSolr Views could do this, but the code seems simple enough, and I'm guessing it has a wide audience (well, at least the RSS issue, not sure about that many wanting CSV export!)
Comment #3
robertdouglass commentedComment #4
jpmckinney commentedWrite a contrib module. And I don't think that eventual contrib module should live within this module.
Comment #5
dayer4b commentedI just finished working on a module that can take ApacheSolr search results and generate a CSV.
http://drupal.org/sandbox/dayer4b/1822412
This isn't for Drupal 6, but maybe somebody can convert it?