The 'Default search' setting provided by this module within the admin/settings/search page doesn't work if Custom Search module is also enabled.

This is because custom search adds its own submit handler, custom_search_submit() which overrides the redirect set in search_config_form_submit().

Comments

alan d.’s picture

Project: Search configuration » Custom Search

This is because custom search adds its own submit handler, custom_search_submit() which overrides the redirect set in search_config_form_submit().

These should be added to, not overridden, so moving queues. This is likely to be a non-issue a year latter, but just in case....

heddn’s picture

Status: Active » Fixed

I'm taking some liberty but a support request from over a year ago is probably
fixed or irrelevant. If you disagree, please reopen and provide more
details.

alan d.’s picture

15 sec check of the latest 6.x dev version would have confirmed this too :)

$form['#submit'][] = 'custom_search_submit';

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.