This module enhances Drupal's Views by adding a contextual filter that allows you to filter content by taxonomy term names and include their child terms up to a configurable depth. This is particularly useful for hierarchical vocabularies like categories or locations.
Problem It Solves
Out of the box, Drupal 8+ Views does not support filtering by taxonomy term names, nor does it provide an easy way to include child terms in contextual filters. This module fills that gap, solving real-world needs often encountered in hierarchical vocabularies like:
- Categories (e.g., Technology > Web Development > Drupal)
- Locations (e.g., Europe > Germany > Berlin)
- Product catalogs
It resolves longstanding limitations discussed in:
✅ Features
- Adds a Views contextual filter: "Has taxonomy term NAME with Depth"
- Filters nodes based on taxonomy term name
- Supports filtering by parent terms and all their descendants, configurable by depth
Depends on
Dependencies of the latest stable release
Required by
Tracked projects that depend on this one
No tracked projects depend on this one yet.