@@ -63,7 +63,8 @@ is ``'yellow'``:
63
63
:dedent:
64
64
65
65
.. output::
66
-
66
+ :visible: false
67
+
67
68
{ "_id" : 2, "name" : "bananas", "qty" : 7, "rating" : 4, "color" : "yellow", "type" : [ "cavendish" ] }
68
69
{ "_id" : 4, "name" : "pineapple", "qty" : 3, "rating" : 5, "color" : "yellow" }
69
70
@@ -107,6 +108,7 @@ that have a ``rating`` field value greater than ``2``:
107
108
:dedent:
108
109
109
110
.. output::
111
+ :visible: false
110
112
111
113
{ "_id" : 1, "name" : "apples", "qty" : 5, "rating" : 3, "color" : "red", "type" : [ "fuji", "honeycrisp" ] }
112
114
{ "_id" : 2, "name" : "bananas", "qty" : 7, "rating" : 4, "color" : "yellow", "type" : [ "cavendish" ] }
@@ -141,6 +143,7 @@ value is ``'yellow'``:
141
143
:dedent:
142
144
143
145
.. output::
146
+ :visible: false
144
147
145
148
{ "_id" : 2, "name" : "bananas", "qty" : 7, "rating" : 4, "color" : "yellow", "type" : [ "cavendish" ] }
146
149
{ "_id" : 3, "name" : "oranges", "qty" : 6, "rating" : 2, "type" : [ "naval", "mandarin" ] }
@@ -173,6 +176,7 @@ documents in which the ``type`` array field contains ``2`` elements:
173
176
:dedent:
174
177
175
178
.. output::
179
+ :visible: false
176
180
177
181
{ "_id" : 1, "name" : "apples", "qty" : 5, "rating" : 3, "color" : "red", "type" : [ "fuji", "honeycrisp" ] }
178
182
{ "_id" : 3, "name" : "oranges", "qty" : 6, "rating" : 2, "type" : [ "naval", "mandarin" ] }
@@ -199,6 +203,7 @@ documents that have a ``color`` field:
199
203
:dedent:
200
204
201
205
.. output::
206
+ :visible: false
202
207
203
208
{ "_id" : 1, "name" : "apples", "qty" : 5, "rating" : 3, "color" : "red", "type" : [ "fuji", "honeycrisp" ] }
204
209
{ "_id" : 2, "name" : "bananas", "qty" : 7, "rating" : 4, "color" : "yellow", "type" : [ "cavendish" ] }
@@ -235,6 +240,7 @@ two consecutive ``'p'`` characters:
235
240
:dedent:
236
241
237
242
.. output::
243
+ :visible: false
238
244
239
245
{ "_id" : 1, "name" : "apples", "qty" : 5, "rating" : 3, "color" : "red", "type" : [ "fuji", "honeycrisp" ] }
240
246
{ "_id" : 4, "name" : "pineapples", "qty" : 3, "rating" : 5, "color" : "yellow" }
@@ -255,4 +261,4 @@ API Documentation
255
261
To learn more about any of the methods or types discussed in this
256
262
guide, see the following API documentation:
257
263
258
- - `MongoDB\Collection::find() <{+api+}/method/MongoDBCollection-find/>`__
264
+ - `MongoDB\\ Collection::find() <{+api+}/method/MongoDBCollection-find/>`__
0 commit comments