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

CommentFileSizeAuthor
#1 apachesolr_attachments-theme-output.patch3.29 KBLisaH

Comments

LisaH’s picture

StatusFileSize
new3.29 KB

Here's the patch which creates themeable output for apachesolr_attachments

erik seifert’s picture

+1

jpmckinney’s picture

Status: Active » Needs work

Your theme() calls don't have the same arguments that your theme functions expect.