I'm working with Views 2.11 in D6, and I've noticed that when I'm listing out all taxonomoy terms I'm getting:
"tid": [ { "name": "deleted items", "tid": "165", "vid": "6", "vocabulary": "Help Topics Keywords" }, { "name": "e-mail", "tid": "163", "vid": "6", "vocabulary": "Help Topics Keywords" }, { "name": "exchange", "tid": "162", "vid": "6", "vocabulary": "Help Topics Keywords" }, { "name": "recover", "tid": "164", "vid": "6", "vocabulary": "Help Topics Keywords" }, { "name": "Outlook 2007", "tid": "254", "vid": "7", "vocabulary": "Help Topics" } ],
instead of:
"tid": [ "deleted items", "e-mail", "exchange", "recover", "Outlook 2007" ] },
I've tried limiting it to one vocabulary, but I'm still getting all of the attributes of each taxonomy term.
Somewhere along the line between Views 2.6 and 2.9 this output seems to have changed. Any clues?
Thanks! Tina