views:

24

answers:

0

Hi all,

I'm sure I found a similar question on here the other day with no definite answer - now I can't find it to reference it.

A simplistic version of what I'm trying to achieve would be a couple of selects in the form: color: red, blue or green flavor: apple, pear, banana and a keyword text box.

That's it, but I can't work out how to do it! It's very close to the standard advanced search mechanism, however I want the taxonomy vocabularies in different select pulldowns.

I've thought of using exposed filters in views, however I don't believe it supports (multiple) keyword filters (does it?). I've also thought of creating a custom module which which uses hook_form_alter() to convert the advanced search form to the format I'd like, which would then create the appropriate URL on submit to call the search, but this feels unnecessary...

Can anyone help with this?

Thanks in advance.