This field is used to output all taxonomy terms associated with a particular node from one kind of vocabulary. I am not able to output this field in JSON. It does not appear at all but does appear when my page is "unformatted".

Comments

catherinecolman’s picture

Anyone have any thoughts on this?

I will explain further. Let's say I have a node. It has been tagged as 'event', 'video', 'screening' and 'interview'. When creating a view, I am using the field Taxonomy:All Terms. When the page is unformatted, it outputs each of the terms 'event', 'video', 'screening' and 'interview' for this node. However, when I change the page to output JSON, this field is completely missing. How can I resolve this?

allisterbeharry’s picture

Assigned: Unassigned » allisterbeharry

Sorry I'm taking so long to get on this: I think this has to do with the fact that there are multiple values for the taxonomy field and the JSON and XML plugins do not currently deal properly with multiple values for a field. Adding this is currently top priority for this module and I'll commit it as soon as possible.

allisterbeharry’s picture

This is fixed as of 6.x-1.0-beta1

allisterbeharry’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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

Taz’s picture

Version: 6.x-1.0-alpha3 » 6.x-1.0-beta2
Status: Closed (fixed) » Active

This is not working on beta2, or if it is - not as expected above.

View with 'Taxonomy: All Terms' defined, no taxonomy filters. Tried display outputs as seperated, ordered and unordered.

Result:
No output in JSON for the field

Taz’s picture

Status: Active » Closed (fixed)

I lie.