--- google_appliance.module.original	2011-11-02 23:47:04.000000000 -0400
+++ google_appliance.module	2011-11-16 16:38:47.367078500 -0500
@@ -378,6 +378,7 @@ function google_appliance_search_view($q
       'search_query_data' => $search_query_data,
       'response_data' => $response_data,
     );
+    module_invoke_all('modify_google_appliance_results', $template_data);
     return theme('google_appliance_results', $template_data);
   }
   else {  // return the form so the (real) second search is performed
