6

I'm using a free-tagging system in Drupal and am running into a problem: if I re-use a taxonomy term, it is added (redundantly) to the taxonomy vocabulary. Is there a way to limit a vocabulary to distinct terms?

Oswald
  • 31,254
  • 3
  • 43
  • 68
starsinmypockets
  • 2,264
  • 4
  • 34
  • 45

2 Answers2

5

here is the module for this.

http://drupal.org/project/taxonomy_dupecheck

hope that helps

Waqas
  • 51
  • 2
  • 2
0

By default, vocabularies which are "free tagging" in Drupal do not add redundant terms if one already exists in the given vocabulary. Are you certain the terms are spelled absolutely identically? Are you using any other modules that might affect taxonomy?

semperos
  • 4,674
  • 28
  • 31