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.
2 parents a3e80b0 + 76630f9 commit e0c00b8Copy full SHA for e0c00b8
source/reference/operator/near.txt
@@ -6,10 +6,10 @@ $near
6
7
.. operator:: $near
8
9
- The :operator:`$near` operator takes an argument, coordinates
10
- describing a point in the form of ``[x, y]``, and returns a list of
11
- objects sorted by distance from those coordinates. See the
12
- following example:
+ The :operator:`$near` operator takes an argument, coordinates for a
+ point in the form of ``[x, y]``, and returns a list of objects
+ sorted by distance from nearest to farthest with respect to those
+ coordinates. See the following example:
13
14
.. code-block:: javascript
15
0 commit comments