Skip to content

Query does not accept field names without quotes #3

@jakubszlendak

Description

@jakubszlendak

Query object written in 'Find' field must be a valid JSON.
For example

{ uuid: "data" }

results in 500 Server Internal Error.

{"uuid": "data"}

is OK.
Mongo shell accepts first variant also.
It would be nice to accept field names without quotes because it's less typing and some people (including me) have got used to type names without quotes.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions