DistrictDataLabs / minimum-entropy

Minimum Entropy is a DDL hosted question/answer site for beginners who need answers to Data Science questions.
http://minimum-entropy.districtdatalabs.com/
Apache License 2.0
16 stars 3 forks source link

Tag case insensitivity #24

Closed bbengfort closed 8 years ago

bbengfort commented 8 years ago

Tags are currently case insensitive, meaning if I type in "Python" and "python" the system will create two tags, one for each. We need tags to be case insensitive.

I thought for sure the slug field would prevent this, but I guess I was wrong.