[DOCS-11333] Comment on: "manual/reference/method/ObjectId.toString" Created: 17/Feb/18 Updated: 29/Oct/23 Resolved: 18/Feb/18 |
|
| Status: | Closed |
| Project: | Documentation |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major - P3 |
| Reporter: | Docs Collector User (Inactive) | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | collector-298ba4e7 | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Environment: |
https://docs.mongodb.com/manual/reference/method/ObjectId.toString/ Location: https://docs.mongodb.com/manual/reference/method/ObjectId.toString/ |
||
| Participants: | |
| Days since reply: | 5 years, 51 weeks, 3 days ago |
| Story Points: | 0.1 |
| Description |
|
This will return the following string: SHOULD BE REPLACED BY This will return the following string: |
| Comments |
| Comment by Githook User [ 18/Feb/18 ] |
|
Author: {'email': 'i80and@foxquill.com', 'name': 'Andrew Aldridge', 'username': 'i80and'}Message: |
| Comment by Githook User [ 18/Feb/18 ] |
|
Author: {'email': 'i80and@foxquill.com', 'name': 'Andrew Aldridge', 'username': 'i80and'}Message: |
| Comment by Githook User [ 18/Feb/18 ] |
|
Author: {'email': 'i80and@foxquill.com', 'name': 'Andrew Aldridge', 'username': 'i80and'}Message: |
| Comment by Githook User [ 18/Feb/18 ] |
|
Author: {'email': 'i80and@foxquill.com', 'name': 'Andrew Aldridge', 'username': 'i80and'}Message: |
| Comment by Andrew Aldridge [ 18/Feb/18 ] |
|
Calling the toString method on an ObjectId instance in the MongoDB shell returns a string of the form ObjectId("...") as documented. The Node.js driver has its own documentation: https://mongodb.github.io/node-mongodb-native/3.0/ |