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

CommentFileSizeAuthor
#1 search-redirect-fix-1870876-1.patch548 bytescpliakas

Comments

cpliakas’s picture

ezra-g’s picture

Status: Needs review » Fixed

The Custom Search module patch has been committed upstream. Thanks, guys!

Status: Fixed » Closed (fixed)

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