You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mp911de
changed the title
Query with pattern + options doesn't take options into accountParameterBindingJsonReader doesn't consider regex options
Oct 11, 2024
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" : ""}}}
The text was updated successfully, but these errors were encountered: