Active
Project:
Views (for Drupal 7)
Version:
7.x-3.x-dev
Component:
taxonomy data
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Oct 2012 at 07:19 UTC
Updated:
17 Jun 2013 at 18:55 UTC
When combining two taxonomy fields filters, request is made on term_id and not on term_value which makes "combine fields filter" unsuable with taxonomy fields.
see http://drupal.org/node/1808320 for more details
Comments
Comment #1
tim.plunkettYes, this does not work as expected.
Comment #2
dawehnerThe combine filter is a really generic feature, which just can't work with really custom handler like the taxonomy ones. What you can do instead is to add a relationship to the taxonomy terms and then add the simple taxonomy: term name (or similar) field and use that. (Note that this for sure could reproduce duplicate results).