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 70e9327 commit eb827f8
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ 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 details, see :ref:`compass-advanced-connection-examples`.
tab in Compass. For details, see
:ref:`disable UTF-8 Validation<compass-advanced-connection-examples>`.

Steps
-----
Expand Down Expand Up @@ -125,9 +126,9 @@ Steps
Example
-------

The following code shows an example of a connection string that uses
utf8 validation:
The following code shows an example of a connection string that disables
UTF8 validation:

.. code-block:: javascript

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

0 comments on commit eb827f8

Please sign in to comment.