File tree Expand file tree Collapse file tree 3 files changed +0
-9
lines changed Expand file tree Collapse file tree 3 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -121,11 +121,6 @@ ref: views-unsupported-rename
121
121
content : |
122
122
You cannot rename :doc:`views </core/views>`.
123
123
---
124
- ref : views-unsupported-geoNear
125
- content : |
126
- :doc:`Views </core/views>` do not support geoNear operations (i.e.
127
- :pipeline:`$geoNear` pipeline stage).
128
- ---
129
124
ref : views-unsupported-projection-operators
130
125
content : |
131
126
:method:`~db.collection.find()` operations on views do not support
Original file line number Diff line number Diff line change @@ -895,8 +895,6 @@ Operations
895
895
896
896
- .. include:: /includes/extracts/views-unsupported-mapReduce.rst
897
897
898
- - .. include:: /includes/extracts/views-unsupported-geoNear.rst
899
-
900
898
.. limit:: Projection Restrictions
901
899
902
900
.. versionadded:: 4.4
Original file line number Diff line number Diff line change @@ -180,8 +180,6 @@ When using :pipeline:`$geoNear`, consider that:
180
180
181
181
- .. include:: /includes/fact-geoNear-restrict-near-in-query.rst
182
182
183
- - .. include:: /includes/extracts/views-unsupported-geoNear.rst
184
-
185
183
- Starting in version 4.2, :pipeline:`$geoNear` no longer has a default
186
184
limit of 100 documents.
187
185
You can’t perform that action at this time.
0 commit comments