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

how can find with this field. #51

Open
ankitbavadiya opened this issue Sep 18, 2020 · 0 comments
Open

how can find with this field. #51

ankitbavadiya opened this issue Sep 18, 2020 · 0 comments

Comments

@ankitbavadiya
Copy link

db.test.insert({"_id":1, "marks.m1" : 78})
it is insert with no error in mongo shell but when ever i find data with this (.)dot sign field then it gives null
like
db.test.find({"marks.m1":78})
here i am not talk about embedded field. but i talk about just field name.

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

No branches or pull requests

1 participant