Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/applications/geospatial-indexes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ Polygons
Support for polygon queries.

To query for documents with coordinates inside of a polygon, specify the points
of the polygon in an array, using the the :operator:`$within` operator
of the polygon in an array, using the :operator:`$within` operator
with the :operator:`$polygon` option. MongoDB automatically connects the
last point in the array to the first point. Consider the following
prototype query:
Expand Down