Closed (won't fix)
Project:
Views (for Drupal 7)
Version:
6.x-2.x-dev
Component:
exposed filters
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 May 2010 at 16:21 UTC
Updated:
12 Dec 2011 at 09:59 UTC
I want to combine a few exposed filters and only use one input box to search all their exposed filters. I do not wish to use Computed Field to gather all the exposed filters together since it stores things twice in the database. Any suggest?
Comments
Comment #1
merlinofchaos commentedSorry, this cannot be done in Views at this time. It really requires a lot of extra search wizardry to do this right.
Comment #2
merlinofchaos commentedActually, storing things twice in the database is actually your best option because searching across multiple fields is usually a very poor performer.
Comment #3
LTech commentedHow would you use computed Field to gather all the info together? I have fields in 3 different content types I need to combine. Can I still use computed field? Or is it better to use hook_form_alter?