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

Typo in graph.md where showing the result of followers djw #13

Open
davidAg9 opened this issue Apr 8, 2022 · 0 comments
Open

Typo in graph.md where showing the result of followers djw #13

davidAg9 opened this issue Apr 8, 2022 · 0 comments

Comments

@davidAg9
Copy link

davidAg9 commented Apr 8, 2022

I might be wrong but the result from the query of the followers of djw which present the result as follows :
$ db.followers.find({_f : "djw"}, {_id : 0, _t : 1}) {"_t" : "jsr" } {"_t" : "ian" }

should have been :
$ db.followers.find({_f : "djw"}, {_id : 0, _t : 1}) {"_t" : "jsr" } {"_t" : "pete" }

or otherwise, I do not understand the implementation very well and will close this issue ... I am very new to MongoDB and have used it for only 1 year and a half now.

and I think for a better explanation it will be nice to know the meaning of _f & _t ( i am however aware of its indexing purpose which was already explained) as I am reading as from and to

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