Skip to content

Commit

Permalink
*
Browse files Browse the repository at this point in the history
  • Loading branch information
ianf-mongodb committed Nov 15, 2023
1 parent a4915f3 commit ed5ceb9
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions source/includes/fact-non-utf8-data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,18 @@ In order to query or export this data, you can disable
UTF8 validation by setting the ``enableUtf8Validation`` URI option to
``false``.

.. warning::

Editing data with ``enableUtf8Validation=false`` can result in
potential loss of data. This approach should be used as a temporary

Check failure on line 19 in source/includes/fact-non-utf8-data.rst

View workflow job for this annotation

GitHub Actions / TDBX Vale rules

[vale] reported by reviewdog 🐶 [MongoDB.AvoidSubjunctive] Avoid the subjunctive 'should'. Raw Output: {"message": "[MongoDB.AvoidSubjunctive] Avoid the subjunctive 'should'.", "location": {"path": "source/includes/fact-non-utf8-data.rst", "range": {"start": {"line": 19, "column": 42}}}, "severity": "ERROR"}
workaround to query and export data only.

The following URI disables UTF8 validation:

.. code-block:: javascript
mongodb://localhost:27017/?enableUtf8Validation=false
.. warning::

Editing data with ``enableUtf8Validation=false`` can result in
potential loss of data. This approach should be used as a temporary
workaround only.
.. note::

Expand Down

0 comments on commit ed5ceb9

Please sign in to comment.