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 e189033 commit 035102aCopy full SHA for 035102a
source/builders.txt
@@ -123,7 +123,8 @@ This example performs the following actions:
123
- Uses the ``Query::eq()`` factory method to match documents in which
124
the ``feature_type`` field value is ``'Wrecks - Visible'``
125
- Uses the ``Query::near()`` factory method to match documents in which
126
- the ``feature_type`` field value is ``'Wrecks - Visible'``
+ the ``coordinates`` location field is within ``10000`` meters of the
127
+ specified coordinates
128
- Calls the :phpmethod:`MongoDB\Collection::find()`
129
method to retrieve the matching documents
130
- Prints the matching documents
0 commit comments