We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
read()
1 parent e6d2fbe commit 64317ebCopy full SHA for 64317eb
lib/aggregate.js
@@ -665,7 +665,7 @@ Aggregate.prototype.unionWith = function(options) {
665
* await Model.aggregate(pipeline).read('primaryPreferred');
666
*
667
* @param {String|ReadPreference} pref one of the listed preference options or their aliases
668
- * @param {Array} [tags] optional tags for this query. DEPRECATED
+ * @param {Array} [tags] optional tags for this query.
669
* @return {Aggregate} this
670
* @api public
671
* @see mongodb https://www.mongodb.com/docs/manual/applications/replication/#read-preference
0 commit comments