I want to filter list of nodes (in view) with arguments so I use such solution: to get arguments from URL.

But I want users can filter it with any number of taxonomy terms from one or few vocabularies.

For example:

Vocabulary 1:
Term 11
Term 12

Vocabulary 2:
Term 21
Term 22

Node 1: Term 11, Term 21
Node 2: Term 12, Term 21
Node 3: Term 12, Term 22

I want to show nodes which categorized with ((Term 11 OR Term 12) AND Term 21). So in result it must be Node 1, Node 2.

Can I get such functionality from Views or any other contributed modules?

Thanks)

Comments

dawehner’s picture

Status: Active » Fixed

No this is not possible at the moment. With views3 you can define filters with OR and AND

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.