You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Meteor supports using Mongo's internal ObjectID in lieu of a string when the right idGeneration option is passed (http://docs.meteor.com/#/full/mongo_collection). We should build in some support for that option into findAndModify.
The text was updated successfully, but these errors were encountered:
I've tried to resolve myself but do not have a good enough understanding on how to query Mongo.ObjectIDs within the underlying Mongo connection. Using Mongo.ObjectID within the query does not provide any results.
If you can assist by providing an example of how to query based on a Mongo.Object ID within Meteor I'll happily test and create the pull request.
Meteor supports using Mongo's internal
ObjectID
in lieu of a string when the rightidGeneration
option is passed (http://docs.meteor.com/#/full/mongo_collection). We should build in some support for that option intofindAndModify
.The text was updated successfully, but these errors were encountered: