Skip to content

Commit c6c03cb

Browse files
committed
edits
1 parent 6f5c0a4 commit c6c03cb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

source/aggregation.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ of New York. To do so, it uses an aggregation pipeline that contains the followi
108108
value
109109

110110
.. io-code-block::
111+
:copyable:
111112

112113
.. input:: /includes/aggregation.php
113114
:start-after: start-match-group
@@ -116,7 +117,8 @@ of New York. To do so, it uses an aggregation pipeline that contains the followi
116117
:dedent:
117118

118119
.. output::
119-
120+
:visible: false
121+
120122
{"_id":"Brooklyn","count":173}
121123
{"_id":"Queens","count":204}
122124
{"_id":"Bronx","count":71}
@@ -143,6 +145,7 @@ The following example instructs MongoDB to explain the aggregation operation fro
143145
preceding :ref:`php-aggregation-example`:
144146

145147
.. io-code-block::
148+
:copyable:
146149

147150
.. input:: /includes/aggregation.php
148151
:start-after: start-explain
@@ -151,6 +154,7 @@ preceding :ref:`php-aggregation-example`:
151154
:dedent:
152155

153156
.. output::
157+
:visible: false
154158

155159
{"explainVersion":"2","queryPlanner":{"namespace":"sample_restaurants.restaurants",
156160
"indexFilterSet":false,"parsedQuery":{"cuisine":{"$eq":"Bakery"}},"queryHash":"865F14C3",

0 commit comments

Comments
 (0)