-
Notifications
You must be signed in to change notification settings - Fork 88
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
(DOCSP-14569): mixed data type #1057
(DOCSP-14569): mixed data type #1057
Conversation
* new data types for node * added data types to TOC Co-authored-by: Mohammad Hunan Chughtai <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Love the mathematical doggos.
examples/node/Examples/data-types.js
Outdated
// :code-block-end: | ||
|
||
// :code-block-start: query-objects-with-mixed-values | ||
// query for Blaise's birthDate by filtering for his name to get the entire Realm object and using dot notation to get the birthDate |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: this comment read a bit awkward to me (and also ran off the side of the code block and I had to scroll for it). Maybe break it into two lines, and reword it slightly? Maybe something like:
// To query for Blaise's birthDate, filter for his name to retrieve the realm object.
// Use dot notation to access the birthDate property.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good idea, done 👍
source/examples/generated/node/data-types.codeblock.query-objects-with-mixed-values.js
Outdated
Show resolved
Hide resolved
This reverts commit d8fec46.
Pull Request Info
Jira
Staged Changes (Requires MongoDB Corp SSO)
Review Guidelines
REVIEWING.md
Note - change package.json version to 10.5.0-beta.1 before merging