I have a content type with two taxonomy fields using the same vocabulary, I need a view with two exposed filters that, when both set to the same term, show just the nodes with that term in both taxonomy fields.
The current result is that when I use two “Content: Has taxonomy term (exposed)” filters and I select the first one to “term 1”, I get all the nodes with “term 1” in the two taxonomy fields. When I select in the second filter to “term 1” onother time, I get the same set of results as before. What I would like to achieve is the following: when selecting “Term 1” in both the exposed filters I’d like to have just the nodes that have “term 1” in both the taxonomy fields.
How can I get this result?
Thanks