@@ -111,6 +111,7 @@ The following example matches documents where the ``type`` is "Oolong":
111
111
112
112
.. output::
113
113
:language: none
114
+ :visible: false
114
115
115
116
[{_id ObjectID("...")} {type Oolong} {rating 7} {vendor [C]}]
116
117
@@ -167,6 +168,7 @@ than ``7``:
167
168
168
169
.. output::
169
170
:language: none
171
+ :visible: false
170
172
171
173
[{_id ObjectID("...")} {type English Breakfast} {rating 6}]
172
174
[{_id ObjectID("...")} {type Assam} {rating 5}]
@@ -219,6 +221,7 @@ than ``7`` and less than or equal to ``10``:
219
221
220
222
.. output::
221
223
:language: none
224
+ :visible: false
222
225
223
226
[{_id ObjectID("...")} {type Masala} {rating 10} {vendor [A C]}]
224
227
[{_id ObjectID("...")} {type Earl Grey} {rating 8} {vendor [A B]}]
@@ -280,6 +283,7 @@ not exist:
280
283
281
284
.. output::
282
285
:language: none
286
+ :visible: false
283
287
284
288
[{_id ObjectID("...")} {type English Breakfast} {rating 6}]
285
289
[{_id ObjectID("...")} {type Assam} {rating 5}]
@@ -325,6 +329,7 @@ the letter "E":
325
329
326
330
.. output::
327
331
:language: none
332
+ :visible: false
328
333
329
334
[{_id ObjectID("...")} {type English Breakfast} {rating 6}]
330
335
[{_id ObjectID("...")} {type Earl Grey} {rating 8} {vendor [A B]}]
@@ -365,6 +370,7 @@ The following example matches documents where the ``vendor`` contains "C":
365
370
366
371
.. output::
367
372
:language: none
373
+ :visible: false
368
374
369
375
[{_id ObjectID("...")} {type Masala} {rating 10} {vendor [A C]}]
370
376
[{_id ObjectID("...")} {type Oolong} {rating 7} {vendor [C]}]
@@ -409,6 +415,7 @@ bits set as ``6`` (which is "00000110"):
409
415
410
416
.. output::
411
417
:language: none
418
+ :visible: false
412
419
413
420
[{_id ObjectID("...")} {type English Breakfast} {rating 6}]
414
421
[{_id ObjectID("...")} {type Oolong} {rating 7} {vendor [C]}]
0 commit comments