Module Description
About
Drupal 8's version of Views is included in core, and very powerful.

However, its handling of taxonomy terms is missing some important features, and can be confusing to configure properly.

The default contextual filter (aka "argument") for D8 taxonomy terms is called "Has taxonomy term ID", which builds the most efficient query to find content tagged with a given term.

In Drupal 7 and prior, there was an option on the "argument validator" for taxonomy terms called "Term name converted to Term ID" that would convert a term name into its corresponding term ID, exactly for use with this contextual filter. That allowed you to use the most direct, efficient query, but allow for human-readable URLs based on term names instead of numeric IDs.

This module restores that functionality by providing a "Term name into ID" option when configuring the validation for a Views contextual filter, primarily for use with the "Has taxonomy term ID" contextual filter.

Usage

* Install as a normal Drupal 8 module using your favorite method.
* Enable the module
* Build a view using the 'Has taxonomy term ID' contextual filter.
* Configure the contextual filter: * Check the 'Specify validation criteria' checkbox.
* Under the 'Validator' selector, choose 'Taxonomy term name as ID'
* If your site has many vocabularies and the term name might not be unique across them, consider limiting which vocabularies to search by configuring the 'Vocabulary' checkboxes.
* Review other relevant validation settings (e.g. if you want to check access control, convert '-' to ' ' in the argument).


* Save your view.
* Rejoice.

Important note on uniqueness
The conversion of a term name into its numeric ID assumes there's only one term of a given name. If your site has multiple vocabularies that have terms with the same name, you'll almost certainly want to limit the validator to only search in a single vocabulary.

If you have a vocabulary with duplicate names, you probably want to force the arguments in the URLs to be numeric IDs and not use this validator at all. Or, you have to be careful with term weights and understand that the lightest weight term will be used in case of duplicates. Beware.

Related module
Views Taxonomy Term Name Depth is a somewhat similar module trying to address the same problem. However, that module takes a different approach, adds an entirely separate contextual filter, and leads to more complicated queries. Hence, the existence of views_taxonomy_term_name_into_id.

Project Usage
5772
Creation Date
Changed Date
Security Covered
Covered By Security Advisory
Version Available
Production
Module Summary
This module aims to solve the missing functionality of converting term names into term IDs for Drupal 8 Views contextual filters, specifically for use with the 'Has taxonomy term ID' filter.
Data Name
views_taxonomy_term_name_into_id

OPENAI CHATBOT

OPENAI CHATBOT

14:31:47
Generic Chatbot
Hi, I'm a Drupal module expert powered by OpenAI, answering your questions about the Drupal module ecosystem. How can I be helpful today? Please note that we will log your question.