diff --git a/source/connect.txt b/source/connect.txt index f2ba6b53..0575ca01 100644 --- a/source/connect.txt +++ b/source/connect.txt @@ -25,5 +25,5 @@ Connect to MongoDB Create a Client Stable API Choose a Connection Target - Connection Option + Connection Options Configure TLS diff --git a/source/connect/connection-options.txt b/source/connect/connection-options.txt index d07be705..e8a26c4d 100644 --- a/source/connect/connection-options.txt +++ b/source/connect/connection-options.txt @@ -147,6 +147,10 @@ Server Selection defined in the client options or defaults to a Primary server selector. | + | For more information on read preference modes, see the + :manual:`Server Selection Algorithm ` + documentation in the {+mdb-server+} manual. + | | **Data Type**: ``ServerSelector`` | **Default**: none | **Client Example**: ``server_selector: { mode: :secondary_preferred }`` @@ -247,16 +251,16 @@ Read and Write Operations * - **:read** - | The read preference options. For more information, - see :manual:`Read Preference ` in the Server manual. + see :manual:`Read Preference ` in the {+mdb-server+} manual. | | **Data Type**: ``Hash`` - | **Default**: ``{ :mode: :primary }`` + | **Default**: ``{ mode: :primary }`` | **Client Example**: ``read: { mode: :primary }`` | **Connection URI Example**: ``readPreference=primary`` * - **:read_concern** - | Specifies the read concern options. For more information, see - :manual:`Read Concern ` in the Server manual. + :manual:`Read Concern ` in the {+mdb-server+} manual. | | **Data Type**: ``Hash`` | **Default**: none @@ -265,7 +269,8 @@ Read and Write Operations * - **:write_concern** - | Specifies the client's write concern. For more - information, see :manual:`Write Concern ` in the Server manual. + information, see :manual:`Write Concern ` in + the {+mdb-server+} manual. | | **Data Type**: ``Hash`` | **Default**: ``write_concern: { w: 1 }``