Skip to content

Commit

Permalink
docs(query): add note about strict option to setOptions()
Browse files Browse the repository at this point in the history
Re: #10602
  • Loading branch information
vkarpov15 committed Aug 25, 2021
1 parent d862a5a commit 9b61ff1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/query.js
Expand Up @@ -1485,6 +1485,7 @@ Query.prototype.getOptions = function() {
*
* The following options are for all operations:
*
* - [strict](/docs/guide.html#strict)
* - [collation](https://docs.mongodb.com/manual/reference/collation/)
* - [session](https://docs.mongodb.com/manual/reference/server-sessions/)
* - [explain](https://docs.mongodb.com/manual/reference/method/cursor.explain/)
Expand Down

0 comments on commit 9b61ff1

Please sign in to comment.