Closed (fixed)
Project:
Content Taxonomy
Version:
6.x-1.0-rc1
Component:
Autocomplete - Freetagging
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Jun 2009 at 18:35 UTC
Updated:
2 Sep 2009 at 09:50 UTC
Hi
A CCK autocomplete field can not have multiple value, if the first term has special character inside like " / ()".
I report this as a bug , but it could be a not supported feature or by design not implemented.
Example:
project manager/in,
After the comma no new terms are suggested.
bennos
Comments
Comment #1
mh86 commentedHi!
Thanks for this report! This is because the menu system splits arguments after a slash. I fixed that by checking, if more function arguments are available and glue them back, if necessary.