Hi,

Content: All taxonomy terms field is acting as empty field but it's not. I checked teaser view and categories are displayed properly. Also if you put particular taxonomy field there are categories. It must be something wrong with this field. This happened when I updated to Drupal 7.21 and Views 7.x-3.5. Please help :)

CommentFileSizeAuthor
#4 Content_All_Taxonomy_terms_error.png27.9 KBcharubachi

Comments

Anonymous’s picture

I noticed that this happens for content that is not published.

matthensley’s picture

I have the same issue with non-published content and "all taxonomy terms" field. I've traced the issue to the views field handler's usage of the "taxonomy_index" table, which stores all of the taxonomy entries for each node (but only published node content is added to this index).

There is a conversation going on here: #962664: Taxonomy Index for unpublished entities talking about this functionality and how it changes with views coming into the core. In the meantime, I found a functioning solution in enabling https://drupal.org/project/taxonomy_entity_index, which builds a new table that includes unpublished content (and provides a parallel but similar views field to "all taxonomy terms".

charubachi’s picture

I don't know whether it is relevant over here or not. I am using a filed as 'Configure field: Content: All taxonomy terms ' in View page. I am able to get the desire output at page view. but when I am trying to fetch the output at the view page service I am getting NULL value for that particular field

charubachi’s picture

Issue summary: View changes
StatusFileSize
new27.9 KB

I am able to see the output at the view page table but while creating its services it showing NULL value.
my services output is

{
asset_id: "1821",
asset_name: "testing",
company_id: "3327",
classification_id: null,
keywords_id: null,
directories_id: null,