acts-as-taggable-on icon indicating copy to clipboard operation
acts-as-taggable-on copied to clipboard

case sensitivity fix for tagged_with #965

Open endorfin opened this issue 5 years ago • 2 comments

arel matches and matches_any has a third parameter for case sensitivity, that was not set and always false. So ActsAsTaggableOn.strict_case_match didn't work with PostgreSQL

endorfin avatar Sep 05 '19 19:09 endorfin

can you rebase this PR please ?

seuros avatar Oct 29 '19 02:10 seuros

Hi @endorfin , I believe this PR can be closed, since this merged one already addresses this issue: https://github.com/mbleigh/acts-as-taggable-on/pull/990

trostli avatar Sep 29 '22 16:09 trostli