mbleigh / acts-as-taggable-on

A tagging plugin for Rails applications that allows for custom tagging along dynamic contexts.
http://mbleigh.lighthouseapp.com/projects/10116-acts-as-taggable-on
MIT License
4.98k stars 1.19k forks source link

Tags with underscores get escaped #864

Closed chevinbrown closed 6 years ago

chevinbrown commented 7 years ago

Being a ruby shop, we'd like to have tags that use underscores instead of dashes. ie big_pandas instead of big-pandas.

Looking at the utils, for postgres, the escape character is !, but shouldn't it be \\?

Will be happy to submit a PR to fix this if you agree.

rsl commented 6 years ago

would love to see this as well

lunaru commented 6 years ago

@chevinbrown are you guys still planning to put up a PR for this?

chevinbrown commented 6 years ago

@rsl @lunaru we haven't started one, but looks like it would be appreciated by the community. @dwilkins this would be a good team effort.

rsl commented 6 years ago

Welcome comments on my PR, everyone. Thanks.