I suggest adding sql rewrite support for this field handler just like sql rewrite is available for all queries in taxonomy module, e.g. function taxonomy_node_get_terms_by_vocabulary() which is very similar to this case.

I stubled upon this issue when examining the new Domain Taxonomy module.
http://drupal.org/node/256763#comment-1671720

A possible patch is attached.

CommentFileSizeAuthor
views_field_tid_rewritesql.patch1.08 KBmindgame

Comments

dawehner’s picture

Status: Active » Closed (duplicate)

There is already another issue, which has the same patch.
#611728: Domain Taxonomy terms exposed in Views
There are already some comments.