You are here

function apachesolr_autocomplete_form_alter in Apache Solr Autocomplete 7.2

Same name and namespace in other branches
  1. 7 apachesolr_autocomplete.module \apachesolr_autocomplete_form_alter()

File

./apachesolr_autocomplete.module, line 18
Alters search forms to suggest terms using Apache Solr using AJAX.

Code

function apachesolr_autocomplete_form_alter(&$form, $form_state, $form_id) {
  dsm("apachesolr_autocomplete_form_alter(): form_id = {$form_id}");
}