This is a great module, I got it working pretty much out-of-the-box, documentation fine too.
I wanted to change the way the result are formatted: In my production site I implemented my own hook_apachesolr_process_results() to override the formatting in this module, but I thought it would be neater if the output for the snippet, title and link was themeable.
Following this will be a patch which implements this. Hope you find it useful and thanks.
In my patch I have incorporated this issue: http://drupal.org/node/907504
LisaH
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | apachesolr_attachments-theme-output.patch | 3.29 KB | LisaH |
Comments
Comment #1
LisaH commentedHere's the patch which creates themeable output for apachesolr_attachments
Comment #2
erik seifert commented+1
Comment #3
jpmckinney commentedYour theme() calls don't have the same arguments that your theme functions expect.