Skip to content

ParameterBindingJsonReader doesn't consider regex options #4806

Closed
@Cimballi

Description

@Cimballi

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" : ""}}}

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions