-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Docs
-
Empty show more show less
http://mongodb.github.io/node-mongodb-native/3.0/api/Collection.html#watch mentions that the value for fullDocument should be "none" or "lookup" while the proper value documented at https://docs.mongodb.com/manual/reference/method/db.collection.watch/index.html is "updateLookup" (or "default", as mentioned at https://github.com/mongodb/mongo/blob/634857247b51b1d8ce68530636579480c67f4d19/src/mongo/db/pipeline/document_sources.idl)