Closed (won't fix)
Project:
Google Search Appliance
Version:
7.x-1.4
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
16 Nov 2011 at 21:35 UTC
Updated:
6 Jun 2012 at 21:07 UTC
Jump to comment: Most recent file
Comments
Comment #1
xrampage16 commentedI've gone ahead and written the patch to allow for "module_invoke_all" and have testing it.
Allows you to modify all of the returned results, and change the result count.
Comment #2
xrampage16 commentedDecided to add the file extension of the patch. May remove my previous patch comment.
To re-iterate
I've gone ahead and written the patch to allow for "module_invoke_all" and have testing it.
Allows you to modify all of the returned results, and change the result count.
Comment #3
xrampage16 commentedMade a mistake of thinking that you may pass by reference with module_invoke_all. Fixed, and re-uploading. May remove attachments from #1 and #2
Comment #4
mpgeek commentedI'm wondering if this is best handled as a theme-specific override (as in overriding MYTHEME_google_appliance_results)? Seems like this output change is more theme-specific. Can you convince us that we need to provide an override point at the module layer as opposed to the theme layer?
Comment #5
mpgeek commentedComment #6
iamEAP commentedI believe all of the desired behavior is possible via hook_google_appliance_results_alter(), or as mpgeek pointed out in #4, a theme override.