tOOlmaRR / web-slideshow

a web application to display custom slideshows in a browser for locally-stored photos
0 stars 0 forks source link

Tags should be case insensitive #26

Closed tOOlmaRR closed 2 years ago

tOOlmaRR commented 2 years ago

Ensure that we convert all tags to a consistent case when saving to, and retrieving from, the database.

Only applies to the DB-driven slideshow.

tOOlmaRR commented 2 years ago

I can see cases where I would care about casing so I will not force a specific case.

Ran a test and confirmed that tagging images with an existing tag with different casing is smart enough to not create a new tag.