Skip to content

Query does not accept field names without quotes #3

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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