kartevonmorgen / openfairdb

Open Fair DB is the CreativCommons Backend of Kartevonmorgen.org
http://www.openfairdb.org
GNU Affero General Public License v3.0
55 stars 18 forks source link

Auto fix for tags with "," #534

Open wellemut opened 3 months ago

wellemut commented 3 months ago

Problem

Tags with Komma are somehow allowed. Thats stupid and not useful. It happens when I copy a comma seperated list of tags into the tagfield. And in the end, I have such stranges tags: grafik

Solution

The Backend should

That would be great (The frontend should not receive an error message. It should be a silet auto-fix in the backend) The Frontend seperates allready words with space in between "tag1 tag2" becomes "tag1" and "tag2"