Closed (fixed)
Project:
Universally Unique IDentifier
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 May 2012 at 16:45 UTC
Updated:
25 Mar 2013 at 19:27 UTC
I need to pass into views the uuid of a taxonomy term to use as a filter. The project page states that the uuid module supports uuid in views for taxonomy terms , nodes, users, etc. I am only able to find Content: Node UUID as a contextual filter. Is there something wrong with my setup or am I just not looking in the right place. Any guidance would be appreciated.
Thanks
Comments
Comment #1
David_Rothstein commentedDoes your view display nodes? If so, then only the node-related filters will be available by default. You have to add a relationship to the taxonomy term in order for the taxonomy-related filters to become available.
I think this is the solution (at least, it's how I got things working when I needed to use taxonomy UUID filters myself) so I'm marking this "fixed" but feel free to reopen it if not.
Comment #3
ice5nake commentedOne thing I noticed, at least in the 6.x version, is the Views filter only lets you input one value. Meaning I don't get the " Is one of" or "Is none of" option.