ends_with changes the characters reaching the database #1509
Closed
fredrikthuresson
started this conversation in
General
Replies: 1 comment
-
After not finding any documentation around starts_with/ends_with I looked for more options and found |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using Rails 7.1.3.4, sql server 2019, Ransack 4.2.0 and I get the following interesting result when trying to do a range search on a last name column.
If I type z for the ends_with, I get {
If I type z for the starts_with, I get z (correct)
Any idea what I could be missing?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions