Please make it possible to alter the $search_query_data before sending to GSA, e.g. so that hook-functions can alter the $search_query_data['requiredfields'] for custom searches.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

iamEAP’s picture

Status: Active » Needs review
FileSize
605 bytes

Finally working on the Google Appliance portion of a major D6 -> D7 upgrade. I'm going to need to use this functionality extensively. Here's a patch that allows this.

To implement this, you'd use something like...

function MYMODULE_google_appliance_query_alter(&$query) {
  // My code here.
}
mpgeek’s picture

Status: Needs review » Reviewed & tested by the community
mpgeek’s picture

Assigned: Unassigned » mpgeek
mpgeek’s picture

Assigned: mpgeek » Unassigned
Status: Reviewed & tested by the community » Fixed
mpgeek’s picture

Status: Fixed » Closed (fixed)