Problem/Motivation

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

tim.plunkett’s picture

Version: 7.x-3.5 » 7.x-3.x-dev
Priority: Major » Normal
Issue tags: -exposed filters, -#taxonomy, -combined fields

Yes, this does not work as expected.

dawehner’s picture

The 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).