rocket_tag icon indicating copy to clipboard operation
rocket_tag copied to clipboard

Case sensitivity for tag names

Open nodrog opened this issue 12 years ago • 2 comments

Hi

Thanks for your great gem, its a breath of fresh air.

Can you give me any advice on case sensitivity for tag names, is there a way to search for tags with out case being considered.

If not what do you think about down-casing all tag names as they are saved?

Many thanks

nodrog avatar Aug 21 '12 18:08 nodrog

Are you using sqlite? It has case sensitivity, and I assume that if you used mysql it wouldn't be an issue because it defaults (or at least did last time I checked) to case-insensitive. I will test this later on today.

nickmartini avatar Sep 25 '12 14:09 nickmartini

Hi Nick

Using Postgres... which dose have case sensitivity... any thoughts on how i can make the searching insensitive.

thanks

nodrog avatar Oct 09 '12 08:10 nodrog