You are here

function google_appliance_search_form_submit in Google Search Appliance 6.2

Same name and namespace in other branches
  1. 7 google_appliance.module \google_appliance_search_form_submit()

Submit handler for the search form.

File

./google_appliance.module, line 1483
Google Search Appliance (GSA) / Google Mini integration

Code

function google_appliance_search_form_submit($form, &$form_state) {
  $form_state['redirect'] = $form['#google_appliance_search_base'] . '/' . $form_state['values']['keys'];
}