Tags truncuated due to length

Project:ProjectPier
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed - by design
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"

#1

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.

#2

Wouldn't it be better to separate it by commas? I think most people would be more used to spaces as a tag seperator.

#3

I much, much prefer comma separation as this allows you to have two word tags which spaces do not.

#4
Status:new» closed - by design

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.