Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Query does not accept field names without quotes #3

Open
jakubszlendak opened this issue Sep 14, 2016 · 0 comments
Open

Query does not accept field names without quotes #3

jakubszlendak opened this issue Sep 14, 2016 · 0 comments

Comments

@jakubszlendak
Copy link

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.

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

No branches or pull requests

2 participants