@@ -15,38 +15,51 @@ View Documents
15
15
:depth: 1
16
16
:class: singlecol
17
17
18
- Use the Documents tab to view the documents inside of a collection.
19
- Two different views are available to access documents: List View and
20
- Table View.
18
+ The Documents tab provides three ways to access documents:
21
19
22
- List View is the default document view. To switch to Table View, click
23
- the :guilabel:`Table` button to the right of the :guilabel:`List`
24
- button to access the document Table View.
20
+ List View
21
+ The default document view. Documents are shown as individual members
22
+ of a list. In this view you can easily expand embedded objects
23
+ and arrays.
25
24
26
- .. figure:: /images/compass/table-btn.png
27
- :figwidth: 696px
25
+ JSON View
26
+ Documents are shown as properly-formatted JSON objects. In this view
27
+ |compass-short| uses extended JSON to display the data types of
28
+ fields where appropriate.
28
29
29
- |
30
+ Table View
31
+ Shows documents as rows of a table, with document fields
32
+ shown in the table columns. With this view, you can more easily
33
+ see which documents contain specific field values.
34
+
35
+ Use the :guilabel:`View` buttons to select which view you would like
36
+ to use:
30
37
31
- Select the appropriate tab based on whether you are viewing your
32
- documents in List or Table view:
38
+ .. figure:: /images/compass/documents-view-select.png
39
+ :figwidth: 700px
40
+ :alt: View Selection Highlight
41
+
42
+ |
33
43
34
44
.. tabs::
35
45
36
46
.. tab:: List View
37
47
:tabid: list-view
38
48
39
- List View shows documents as individual members in a list
40
- format.
49
+ .. figure:: /images/compass/documents-view.png
50
+ :figwidth: 700px
51
+ :alt: Documents list view
41
52
42
- .. figure:: /images/compass/doc-view.png
53
+ .. tab:: JSON View
54
+ :tabid: json
55
+
56
+ .. figure:: /images/compass/json-view.png
57
+ :figwidth: 700px
58
+ :alt: Documents JSON view
43
59
44
60
.. tab:: Table View
45
61
:tabid: table-view
46
62
47
- Table view shows documents as rows of a table. The document
48
- fields are shown in the table columns.
49
-
50
63
.. figure:: /images/compass/doc-table-view.png
51
64
:figwidth: 696px
52
65
@@ -63,20 +76,34 @@ Expand Embedded Objects and Arrays
63
76
.. tab:: List View
64
77
:tabid: list-view
65
78
66
- To toggle the expansion of embedded objects and array elements in
67
- a document, hover over the target document and click the arrow in
79
+ To toggle the expansion of embedded objects and array elements, hover over the target document and click the arrow in
68
80
the top-left corner.
69
81
70
82
.. figure:: /images/compass/expand-doc-list-view.png
71
83
:figwidth: 696px
84
+ :alt: Expand embedded objects list
85
+
86
+ .. tab:: JSON View
87
+ :tabid: json
88
+
89
+ To toggle the expansion of embedded objects and array elements,
90
+ hover over the target document and click the top arrow on the
91
+ left side of the document.
92
+
93
+ To expand individual objects and arrays, click the arrow to
94
+ the left of the desired field.
95
+
96
+ .. figure:: /images/compass/expand-doc-json-view.png
97
+ :figwidth: 696px
98
+ :alt: Expand embedded objects JSON
72
99
73
100
.. tab:: Table View
74
101
:tabid: table-view
75
102
76
- To view nested object fields and array elements, hover your
77
- cursor over a field with a value type of ``Object`` or ``Array`` and click the
78
- button with outward-pointing arrows which appears on the right side of
79
- the field.
103
+ To view nested object fields and array elements, hover your cursor
104
+ over a field with a value type of ``Object`` or ``Array`` and
105
+ click the button with outward-pointing arrows which appears on the
106
+ right side of the field.
80
107
81
108
|compass-short| opens a new tab in the Table View corresponding
82
109
to the nested element.
@@ -110,6 +137,11 @@ Encrypted Fields
110
137
:figwidth: 696px
111
138
:alt: Encrypted field in list view
112
139
140
+ .. tab:: JSON View
141
+ :tabid: json
142
+
143
+ .. include:: /includes/fact-fle-description.rst
144
+
113
145
.. tab:: Table View
114
146
:tabid: table-view
115
147
0 commit comments