@@ -44,15 +44,13 @@ for each view in the selected database:
44
44
45
45
- View name
46
46
- Collection from which the view was created
47
- - Total size of all documents in the view
48
- - Total size of all indexes on the collection
49
47
50
48
Create a View
51
49
-------------
52
50
53
- To create a view, you must use the :ref:`compass-agg-builder`.
54
- The output of your pipeline's final stage becomes the content of
55
- the view.
51
+ To create a view, you must use the :ref:`Aggregation Pipeline Builder
52
+ <compass-agg-builder>`. The output of your pipeline's final stage becomes the
53
+ content of the view.
56
54
57
55
To create a view from your pipeline results:
58
56
@@ -82,16 +80,15 @@ To open a view, either:
82
80
83
81
- Click the desired view in the left-hand navigation.
84
82
85
- After you open a view, |compass-short| shows you that
86
- view's :doc:`Documents Tab </ documents>`. |compass-short| provides the following
83
+ After you open a view, |compass-short| shows you that view's :ref:`Documents Tab
84
+ <compass- documents>`. |compass-short| provides the following
87
85
information and functionality for the view:
88
86
89
- - :doc:`/documents`
90
- - :ref:`compass-agg-builder` to aggregate based on your view
91
- - :doc:`/query-plan`
92
- - :doc:`/indexes`
93
- - :doc:`/schema`
94
- - :doc:`/validation`
87
+ - :ref:`Document management <compass-documents>`
88
+ - :ref:`Aggregation Pipeline Builder <compass-agg-builder>`
89
+ - :ref:`Indexes <compass-indexes>`
90
+ - :ref:`Data schema <schema-tab>`
91
+ - :ref:`Validation rules <validation>`
95
92
96
93
Duplicate a View
97
94
----------------
@@ -105,7 +102,7 @@ To duplicate a view:
105
102
106
103
#. Click the appearing :guilabel:`Ellipses (...)` button.
107
104
108
- #. In the dropdown , click :guilabel:`Duplicate View`.
105
+ #. In the drop-down menu , click :guilabel:`Duplicate View`.
109
106
110
107
#. Enter a name for the new view.
111
108
@@ -125,12 +122,13 @@ Modify the Source of a View
125
122
126
123
To modify the source of a view:
127
124
128
- 1. Click the desired view in the left navigation.
125
+ 1. Hover over the desired view in the left navigation.
126
+
127
+ #. Click the appearing :guilabel:`Ellipses (...)` button.
129
128
130
- #. At the top of the view, click :guilabel:`Modify Source`. This
131
- button opens the
132
- :ref:`aggregation pipeline builder <compass-agg-builder>` and
133
- populates the pipeline used to create the view.
129
+ #. In the dropdown, click :guilabel:`Modify view`. This
130
+ button opens the :ref:`aggregation pipeline builder <compass-agg-builder>`
131
+ and populates the pipeline used to create the view.
134
132
135
133
#. Modify the pipeline as desired. For detailed
136
134
instructions on using the pipeline builder, see
0 commit comments