Skip to content

Commit

Permalink
*
Browse files Browse the repository at this point in the history
  • Loading branch information
ianf-mongodb committed Nov 6, 2023
1 parent 890c9d0 commit d040572
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions source/connect/advanced-connection-options/advanced-connection.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,17 @@ Procedure

.. note::

There are a few connection string parameters which are supported
only by the ``nodejs`` driver. For details on all supported node
specific connection string parameters see
`Node Connection Options
<https://www.mongodb.com/docs/drivers/node/current/fundamentals/connection/connection-options/>`__.
The ``enableUtf8Validation`` connection string parameter is only
supported by the ``nodejs`` driver and Compass. This option
allows Compass to display collections which have invalid UTF8
data. To set this parameter you can pass set the ``enableUtf8Validation``
parameter in the connection string or use the advanced connections
tab in Compass.

For example:

```mongodb://localhost:27017/?enableUtf8Validation=True``

.. step:: Click Connect.

.. seealso::
Expand Down

0 comments on commit d040572

Please sign in to comment.