Hi,
I've been using this module for Drupal 5 and it works very well. However, I was wondering if somebody could point me in the right direction for a modification I want to make.
I want the search box in the header of my site to point to the Google Appliance search only. Right now it goes to the Drupal search by default. Is there a way to short-circuit this so that it goes to the Google Appliance search instead?
Thanks!
Comments
Comment #1
JacobSingh commentedHi!
Check out http://drupal.org/project/search_config and http://drupal.org/project/coresearches
Best,
Jacob
Comment #2
efidler commentedThanks, Jacob! Those work beautifully.
Eric
Comment #3
OldAccount commentedI was already using the Search Config module to control which node types were being indexed, but changing the default search didn't do anything (http://drupal.org/node/527144). I installed the Suppress Search module (http://drupal.org/project/suppress_search) instead (found via Core Searches module) and it's working great, thanks!