Hello :-)
I want to use a Content Taxonomy field as argument in views.
The view doesn´t show anything when entering the argument (yes, there are existing nodes linked to the term used as argument).

When using the same field as filter, it works fine.
I have added the view.jpg, sql query is completely shown.

Thanks for the nice module :-)

CommentFileSizeAuthor
View.jpg78.94 KBksc

Comments

dawehner’s picture

Project: Views (for Drupal 7) » Content Taxonomy
Version: 6.x-2.5 » 6.x-1.x-dev
Component: taxonomy data » Documentation

this should be a problem of the argument handling of content taxonomy field.

as you see it set = 0, perhaps you have to enter the tid here, because the moduel does not expect the string of the taxonomy term here

mh86’s picture

Category: bug » support
Status: Active » Fixed

Hi!

If you want to use the term name argument, you have to add a relationship to the taxonomy module. Then you can use the term name arguments of the taxonomy module.

hope that information helps

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

trevorbradley’s picture

"If you want to use the term name argument, you have to add a relationship to the taxonomy module."

I presume this only works when the taxonomy data is propagated to the node data, and not if the taxonomy data is only stored as a CCK field? Adding a relationship seems to join node to term_data, something I don't want.