Is there a way to prevent duplication of taxonomy terms in Drupal (7)?

I use a system with free tags in Drupal and run into a problem: if I reuse the term taxonomy, it is added (redundantly) to the taxonomy dictionary. Is there a way to limit the dictionary to various terms?

+6
source share
2 answers

here is the module for this.

http://drupal.org/project/taxonomy_dupecheck

hope that helps

+5
source

By default, dictionaries that are "free tags" in Drupal do not add unnecessary terms if they already exist in this dictionary. Are you sure the conditions are written exactly the same? Are you using any other modules that may affect taxonomy?

0
source

Source: https://habr.com/ru/post/885870/


All Articles