Hello all,

I'm trying to create a view with exposed filters for a content type with a multiple value field.
I need to have 3 exposed filters for the same multi value field.
For example I have ingredient 1, ingredient 2 and ingredient 3 filters for the same multi value field ingredients.
Any idea on how i can achieve that?
Thanks in advance.

Comments

rabihs’s picture

Anyone....?

chriscalip’s picture

Yeah, I pulled it off with just vanilla drupal 7.x and views 3.x

The key here :

exposed filter for field: single value
field : multivalues

-- this would work.

exposed filter for field: multi values accepted
field : mutivalues

-- vanilla views doesnt work with this situation, your s-o-l without a contrib/custom module. i dont think there is a contrib module right now that does this.