We have a vocabular with a taxonomy term called "Veranstaltungen: Drum and Bass". If I try to enter anything into this textfield I get a message box with an error. Searching manually at /batax/autocomplete/4/Dr gets the following result:
{ "Mixes: Drum and Bass:9": "Mixes: Drum and Bass:9 (Multimedia)", "Veranstaltungen: Drum and Bass:5": "Veranstaltungen: Drum and Bass:5 (Parties)" }
Second. At a other vocab you can add terms with no problem until you enter a term containing "/" (Breakbeat/Elektro). After this the autocomplete search will only return the term that contained the slash even if entering a different term.
($Id: batax.module,v 1.10 2009/11/06 12:53:10 sdrycroft Exp $*/)
Comments
Comment #1
softrusher commentedUpdate: The issue with autocomplete and ":" goes away after disabling devel module (page-timer). But the taxonomy term is not accepted by forum.module on submit (you entered invalid data).
Comment #2
chx commentedI think #284899: Drupal url problem with clean urls is relevant.