File tree Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Original file line number Diff line number Diff line change
1
+ .. _faq-developers:
2
+
1
3
=======================================
2
4
FAQ: MongoDB for Application Developers
3
5
=======================================
@@ -429,12 +431,11 @@ for additional information.
429
431
430
432
.. _faq-developers-query-for-nulls:
431
433
432
- How do I query for nulls?
433
- -------------------------
434
-
435
- A document may contain a ``null`` value.
434
+ How do I query for fields that have null values?
435
+ ------------------------------------------------
436
436
437
- Consider a collection ``test`` that contains the following documents:
437
+ Fields in a document may store ``null`` values, as in a notional
438
+ collection, ``test``, with the following documents:
438
439
439
440
.. code-block:: javascript
440
441
@@ -487,13 +488,8 @@ Different query operators treat ``null`` values differently:
487
488
488
489
{ "_id" : 2 }
489
490
490
- .. seealso::
491
-
492
- - :operator:`$type`
493
-
494
- - :operator:`$exists`
495
-
496
- .. _faq-developers:
491
+ .. seealso:: The reference documentation for the :operator:`$type` and
492
+ :operator:`$exists` operators.
497
493
498
494
.. _faq-restrictions-on-collection-names:
499
495
You can’t perform that action at this time.
0 commit comments