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.
| Comment | File | Size | Author |
|---|---|---|---|
| views_field_tid_rewritesql.patch | 1.08 KB | mindgame |
Comments
Comment #1
dawehnerThere is already another issue, which has the same patch.
#611728: Domain Taxonomy terms exposed in Views
There are already some comments.