Closed this issue 2 months ago · 0 comments
It looks like the following query doesn't take the options "i" into account @query = { 'a': 'b', 'c': /^true$/i }
in the logs = { "a" : "b", "c" : { "$regularExpression" : { "pattern" : "^true$", "options" : ""}}}