Skip to content

Commit 7bbbd96

Browse files
author
Sam Kleinman
committed
edits: DOCS-827
1 parent efbaab1 commit 7bbbd96

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

source/faq/developers.txt

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _faq-developers:
2+
13
=======================================
24
FAQ: MongoDB for Application Developers
35
=======================================
@@ -429,12 +431,11 @@ for additional information.
429431

430432
.. _faq-developers-query-for-nulls:
431433

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+
------------------------------------------------
436436

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:
438439

439440
.. code-block:: javascript
440441

@@ -487,13 +488,8 @@ Different query operators treat ``null`` values differently:
487488

488489
{ "_id" : 2 }
489490

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.
497493

498494
.. _faq-restrictions-on-collection-names:
499495

0 commit comments

Comments
 (0)