Local search redirected to "all"
pcambra - May 27, 2008 - 07:52
| Project: | Search All |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Hi
I've found that wherever you search, it always redirect to search/all (even if the search is done from search/node or another module based search)
Ive modified this line on search_all_view() function and it seems to work pretty fine now:
before:
$output = drupal_get_form('search_form', NULL, $keys, 'all');
after
$output = drupal_get_form('search_form', NULL, $keys, $q1);
Regards

#1
can u plz explain each argument ???
theat is
$keys=??
$ql=??
can u explain ??