Skip to content

Commit a56198e

Browse files
authored
DOCSP-35984 Remove View Restrictions (#6043) (#6176)
* DOCSP-35984 Remove View Restrictions * * * * * * * XR KS Feedback
1 parent 53ee226 commit a56198e

File tree

5 files changed

+0
-18
lines changed

5 files changed

+0
-18
lines changed

source/core/views.txt

-7
Original file line numberDiff line numberDiff line change
@@ -87,13 +87,6 @@ operations.
8787

8888
.. include:: /includes/fact-allowDiskUseByDefault.rst
8989

90-
Sharded Views
91-
~~~~~~~~~~~~~
92-
93-
Views are considered sharded if their underlying collection is sharded.
94-
You cannot specify a sharded view for the ``from`` field in
95-
:pipeline:`$lookup` and :pipeline:`$graphLookup` operations.
96-
9790
Time Series Collections
9891
~~~~~~~~~~~~~~~~~~~~~~~
9992

source/core/views/create-view.txt

-2
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@ Some operations are not available with views:
7575
- :query:`$text` operator, since ``$text`` operation in
7676
aggregation is valid only for the first stage.
7777

78-
- :pipeline:`$geoNear` pipeline stage.
79-
8078
- Renaming a view.
8179

8280
For more information, see :ref:`views-supported-operations`.

source/includes/extracts-views.yaml

-5
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ ref: views-unsupported-rename
1414
content: |
1515
You cannot rename :ref:`views <views-landing-page>`.
1616
---
17-
ref: views-unsupported-geoNear
18-
content: |
19-
:ref:`Views <views-landing-page>` do not support geoNear operations
20-
(specifically, the :pipeline:`$geoNear` pipeline stage).
21-
---
2217
ref: views-unsupported-projection-operators
2318
content: |
2419
:method:`~db.collection.find()` operations on views do not support

source/reference/limits.txt

-2
Original file line numberDiff line numberDiff line change
@@ -895,8 +895,6 @@ Operations
895895

896896
- .. include:: /includes/extracts/views-unsupported-mapReduce.rst
897897

898-
- .. include:: /includes/extracts/views-unsupported-geoNear.rst
899-
900898
.. limit:: Projection Restrictions
901899

902900
.. versionadded:: 4.4

source/reference/operator/aggregation/geoNear.txt

-2
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,6 @@ When using :pipeline:`$geoNear`, consider that:
178178

179179
- .. include:: /includes/fact-geoNear-restrict-near-in-query.rst
180180

181-
- .. include:: /includes/extracts/views-unsupported-geoNear.rst
182-
183181
- Starting in version 4.2, :pipeline:`$geoNear` no longer has a default
184182
limit of 100 documents.
185183

0 commit comments

Comments
 (0)