Download & Extend

Default search setting doesn't work if custom_search module enabled

Project:Custom Search
Version:6.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

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

#1

Project:Search configuration» Custom Search
Version:6.x-1.x-dev» 6.x-1.x-dev

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....

nobody click here