Tags truncuated due to length
Submitted by David C on Sat, 10/27/2007 - 03:21.
| Project: | ProjectPier |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed - by design |
Jump to:
Description
When adding a discussion thead, when I add the tags "value service sms voicemail telephony", the tags get truncuated to "value service sms voicemail te"

The tags are to be separated by comma, so you should probably have typed "value, service, sms, voicemail, telephony".
I doubt that you actually want the whole thing to be considered as only one tag.
Wouldn't it be better to separate it by commas? I think most people would be more used to spaces as a tag seperator.
I much, much prefer comma separation as this allows you to have two word tags which spaces do not.
The tags have to be separated by commas due to the design of the app. It was truncated because the database expects a 30-character string.
In my opinion, commas are good but that can be discussed in the forum or a feature request instead.