taxonomy_entity_index 8.x-1.1

Bug fixes
New features

This is a pretty significant release that resolves two critical performance-related issues.

By default, the module originally maintained separate indexes for each term reference field attached to an entity. Additionally, the module maintained indexes for every revision of an entity indefinitely. This can equate to major database bloat on larger sites with lots of terms in multiple fields.

These two "features" are now disabled by default and can be re-enabled by visiting the TEI config form.

taxonomy_entity_index 7.x-1.0-beta7

Bug fixes
Unsupported

Critical Bug Fix: Taxonomy Entity Index Conflict with Taxonomy, made the "Taxonomy term: parent" lost in View relationship

taxonomy_entity_index 7.x-1.0-beta5

New features
Bug fixes
Unsupported

Views!

Views Integration - define Taxonomy Entity Index relationships or filter by Taxonomy Entity Index
#1353228: Views Integration

taxonomy_entity_index 7.x-1.0-beta4

Bug fixes
Unsupported

Changes since 7.x-1.0-beta3:

  • #1207800: Fixed leftover cruft from taxonomy_field_update() that will prevent an entity update after insert in the same request to fail.
  • Add an index on {taxonomy_entity_index}.tid.
  • Fixed no need for revision ID precautions when in hook_field_attach_delete_revision().

taxonomy_entity_index 7.x-1.0-beta3

New features
Unsupported

Changes since 7.x-1.0-beta2:

  • #1191376: Store the term field's field name and entity bundle.
  • Add a batch callback to index all term data for an entity type.

taxonomy_entity_index 7.x-1.0-beta2

New features
Bug fixes
Unsupported

Changes since 7.x-1.0-beta1:

  • #1188932 by dereine, Dave Reid: Fixed fatal errors caused when an entity's revision ID is NULL.
  • Fixed undefined variable $vid in taxonomy_entity_index_field_attach_delete_revision().
  • #1185872 by Dave Reid: Store the term's delta.
  • Added token integration.
Subscribe with RSS Subscribe to Releases for Taxonomy Entity Index