'All AHC Sites', 'engine' => 'CUSD_GoogleSearch', 'renderer' => 'UMN_GoogleResultsRendering', 'params' => array( 'site' => 'ahc_all', 'client' => 'ahc' ), 'query_addl' => '', 'render_flags' => array() ); /* u is the default "U of M" tab that must be included in all default sets. */ $searchConfigs['u'] = array( 'set_name' => 'All U of M Sites', 'engine' => 'CUSD_GoogleSearch', 'renderer' => 'UMN_GoogleResultsRendering', 'params' => array(), 'query_addl' => '', 'render_flags' => array() ); /* e is for the optional prepended (extra) tab, the optional tab that only gets shown when a reasonable r parameter is passed. The r parameter is used to generate an inurl: on the fly that is appended (prefixed with a space) to "query_addl". If a valid l parameter is passed, the set_name should be changed. */ $searchConfigs['e'] = array( 'set_name' => 'This Site', 'engine' => 'CUSD_GoogleSearch', 'renderer' => 'UMN_GoogleResultsRendering', 'params' => array(), 'query_addl' => '', 'render_flags' => array() ); ?>