diff --git a/src/docs/src/api/database/find.rst b/src/docs/src/api/database/find.rst index 62dfb4f80ec..c707a1c1e0f 100644 --- a/src/docs/src/api/database/find.rst +++ b/src/docs/src/api/database/find.rst @@ -42,9 +42,14 @@ should be returned. If it is omitted, the entire object is returned. More information provided in the section on :ref:`filtering fields `. *Optional* - :"`` or - ``["", ""]``. *Optional* + :"`` or + ``["", ""]``. It is not + guaranteed that the index will be actually used because if the + index is not valid for the selector, fallback to a valid index + is attempted. Therefore that is more like a hint. When + fallback occurs, the details are given in the ``warning`` + field of the response. *Optional* :