Closed (duplicate)
Project:
Exhibit
Version:
6.x-1.x-dev
Component:
Facets
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
29 Nov 2010 at 16:03 UTC
Updated:
15 Jun 2011 at 04:51 UTC
I have defined a view with exhibits feed. I can see, that the taxonomy-term is retrieved as an object in this format inside JSON:
"tid": [ {
"name": "Term-Name",
"tid": "999",
"vid": "9",
"vocabulary": "Vocabulary-Name"
} ]
I want to access the name of the taxonomy-term (.name)
when I try to use .tid as facet I only can see [object Object].
When I try to use .tid.name I get (Field is missing)
How can I access a field inside an object?
Any help is appreciated
Comments
Comment #1
dublin drupaller commentedhave just run up against the same problem. Did you find a solution for this?
Comment #2
ec commentedThe thread below may help you:
http://drupal.org/node/558184
Regards.
Comment #3
nicolash commentedMarking as duplicate #558184: Views 6.3-dev + Exhibit Views = JSON error