Its not immediately obvious how bypassDocumentValidation works with aggregate.
We should document it.
hint:
pipeline = [{"$out": "collection2"}]; options = {"bypassDocumentValidation": true} cursor = mongoc_collection_aggregate(collection1, MONGOC_QUERY_NONE, pipeline, options, NULL);
- is related to
-
CDRIVER-893 Support bypassDocumentValidation
- Closed