Closed (fixed)
Project:
Search Lucene API
Version:
6.x-2.4
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
24 Jul 2010 at 16:30 UTC
Updated:
26 Jun 2011 at 14:06 UTC
If you have LuceneAPI configured to replace the internal search interface ("Hide core search"), the default Search block still goes to search/node/[query] rather than search/luceneapi_node/[query]. LuceneAPI should either do a hook_form_alter() to change the destination or provide a new block to be used instead.
Comments
Comment #1
cpliakas commentedHi Damien.
The "Hide core search" option actually doesn't perform the operation you are expecting. All it does is hide the core search from being viewed. You need to configure the "Hijack search box" setting in admin/settings/luceneapi. That is the setting that takes over the search block and implements the hook_form_alter() and submit handlers you are looking for.
Thanks,
Chris
Comment #2
cpliakas commented