This project is not covered by Drupal’s security advisory policy.

This module adds a new "Taxonomy term: Term description (Raw)" field to Views in Drupal 7, so that the raw, unfiltered value of a taxonomy term can be exported or rendered in a View.

In Drupal 7, this is only needed for taxonomy terms but not nodes. This is because the body field of nodes in Drupal 7 is handled like a formatted, long-text field, so you can simply rewrite the value of the field with the raw value instead of the formatted value.

Similarly, this functionality is only needed in Drupal 7 because in Drupal 8+, the body/description field of a taxonomy term is a formatted long-text field like the body field was in nodes in Drupal 7. This means that taxonomy term descriptions in Drupal 8 can be rewritten with the raw value without an additional module.

Supporting organizations: 
Primary developers.

Project information

Releases