Closed (fixed)
Project:
Drupal Commons
Component:
Search
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Dec 2012 at 03:48 UTC
Updated:
3 Jan 2013 at 18:20 UTC
Jump to comment: Most recent file
When using the core search module, executing a site search from the search block form in the upper right hand corner redirects to the incorrect search page. The expected search path is "search/content", however the search is redirected to "search/search_facetapi". This is a plain search page with no facets. The bug is caused upstream in the Custom Search module by the issue reported at #1870868: The redirect in the custom_search_submit() function doesn't respect the "path" key in the hook_search_info() implementation..
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | search-redirect-fix-1870876-1.patch | 548 bytes | cpliakas |
Comments
Comment #1
cpliakas commentedThe attached patch applies the fix at #1870868-1: The redirect in the custom_search_submit() function doesn't respect the "path" key in the hook_search_info() implementation..
Comment #2
ezra-g commentedThe Custom Search module patch has been committed upstream. Thanks, guys!