Hi, firstly thanks for such a really great module!

I am writing a theme override function for the theme_dynosearcho_results_item() function and would just like to ask if you would mind passing in the node object to this function? That would open up all manner of nice possibilities at the theme level (in my case creating a search result with a direct link to creating a comment on that result).

To achieve this all you'd need to add is one line, around line 498 :)

$item['node'] = $node;

Comments

ultimike’s picture

Status: Active » Closed (fixed)

Sorry for the slow reply.

It's done - it'll be in the next release.

-mike