Skip to content

Nested backporting #82

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 7 additions & 9 deletions source/reference/crud-operations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -285,15 +285,13 @@ when querying and their corresponding methods as examples.
If the read concern is specifed on the client or collection level, or
if the read concern is specified as a find option, it will NOT be passed
by the driver to the explain command.

.. note::

The information returned by the server for the ``explain`` command
varies with server version and deployment topology. The driver's
``explain`` method returns whatever the server provided.

**The return value of ``explain`` method is not part of the driver's
public API and depends on the server version and deployment topology.**

The information returned by the server for the ``explain`` command
varies with server version and deployment topology. The driver's
``explain`` method returns whatever the server provided.

**The return value of the ``explain`` method is not part of the driver's
public API and depends on the server version and deployment topology.**

* - ``hint(Hash)``
- Provides the query with an
Expand Down