open-research / sumatra

http://neuralensemble.org/sumatra/
BSD 2-Clause "Simplified" License
127 stars 48 forks source link

Weird tagging behavior in smtweb #332

Open timtroendle opened 8 years ago

timtroendle commented 8 years ago

When adding tags smtweb says:

Separate tags with commas. Tags may contain spaces.

That's not entirely true. When adding a single tag with a space like my tag, smtweb understands this as two tags. Only after adding a comma, the tag is interpreted as one tag: my tag, works and so does my tag, my other tag.

To me this is not expected behavior and should be fixed. I assume the problem to be in the use of django-tagging as this is certainly a smtweb problem only.