From b7ec513c5dc4b61e2845f51ff24943cb3fb8e355 Mon Sep 17 00:00:00 2001 From: ianf-mongodb <85948430+ianf-mongodb@users.noreply.github.com> Date: Wed, 15 Nov 2023 15:26:28 -0500 Subject: [PATCH] * --- source/includes/fact-non-utf8-data.rst | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/source/includes/fact-non-utf8-data.rst b/source/includes/fact-non-utf8-data.rst index f4684640b..e97ab6313 100644 --- a/source/includes/fact-non-utf8-data.rst +++ b/source/includes/fact-non-utf8-data.rst @@ -1,6 +1,20 @@ -If Compass encounters data display issues when querying your data -with the error message: ``Invalid UTF-8 string in BSON document``. You -can disable UTF8 validation by setting the ``enableUtf8Validation`` +Compass can have issues displaying collections if documents within +the collection have invalid UTF8 characters. + +- If you query this data, the following error message displays: + +.. warning:: + + Invalid UTF-8 string in BSON document. + +- If you attempt to export the collection, the error message: + + .. warning:: + + An error occurred while loading instance info: Invalid UTF-8 + string in BSON document. + +You can disable UTF8 validation by setting the ``enableUtf8Validation`` URI option to ``false``. The following URI disables UTF8 validation: