Hello!

Some months ago I was looking for the functionality of this module, but when I tried I ran into some issues that I don't remember any more :( but as a result of it I ended up creating my own module. It is a very much simplified version of this module (no menu callbacks) , and might lack some options. The basic functionality is as fallow:

  • If quotes are found, everything inside the quotes is set as the term, including commas.
  • If commas are found outside quotes, an error is set, we don't know if the user intended to set a single value or not, better to be safe, the error suggest the use of quotes

As a bonus, this module also includes a NUMERIC validation option

This is a different approach to what this module does. taxonomy_single_tag was just to complex to my needs.

Best to all

Federico

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jm.federico’s picture

FileSize
3.6 KB

Hum, attaching zip file with uninstaller

arhak’s picture

Status: Active » Closed (won't fix)

your approach is to flag an error, but the autocompletion wouldn't limit the suggestions when a comma is entered
also, there are single terms that might be intended to have quotes AND commas within it
and you're banning them out

this module is intended to have such callback (and also validates inconsistencies between the options a vocabulary can have at a time)

regarding numeric validation: it is out of the scope of this module (you can implement as much validators as you want in other custom modules, I have my own to setup regex validators)