We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ParameterBindingJsonReader
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" : ""}}}