Details
-
New Feature
-
Resolution: Unresolved
-
Major - P3
-
None
-
None
-
None
-
None
Description
I need to run a find query with read preference and read concern different from the defaults for the collection/database/client. How can I set it using the go library.
In a shell it looks like that:
```
db.restaurants.find(
).readConcern("majority").readPref("secondary")
```