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

Dublin Drupaller’s picture

have just run up against the same problem. Did you find a solution for this?

ec’s picture

The thread below may help you:
http://drupal.org/node/558184
Regards.

NicolasH’s picture

Status: Active » Closed (duplicate)