We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83f6520 commit ad1ee54Copy full SHA for ad1ee54
source/reference/operator/query/ne.txt
@@ -15,7 +15,7 @@ $ne
15
*Syntax*: ``{field: {$ne: value} }``
16
17
:query:`$ne` selects the documents where the value of the
18
- ``field`` is not equal (i.e. ``!=``) to the specified ``value``.
+ ``field`` is not equal to the specified ``value``.
19
This includes documents that do not contain the ``field``.
20
21
.. include:: /includes/fact-comparison-order.rst
0 commit comments