@@ -69,12 +69,13 @@ of ``'Italian'`` and limits the results to ``5`` documents:
69
69
:dedent:
70
70
71
71
.. output::
72
+ :visible: false
72
73
73
- { "_id" : { "$oid" : "..." }, ..., "name" : "Philadelphia Grille Express", "restaurant_id" : "40364305" }
74
- { "_id" : { "$oid" : "..." }, ..., "name" : "Isle Of Capri Restaurant", "restaurant_id" : "40364373" }
75
- { "_id" : { "$oid" : "..." }, ..., "name" : "Marchis Restaurant", "restaurant_id" : "40364668" }
76
- { "_id" : { "$oid" : "..." }, ..., "name" : "Crystal Room", "restaurant_id" : "40365013" }
77
- { "_id" : { "$oid" : "..." }, ..., "name" : "Forlinis Restaurant", "restaurant_id" : "40365098" }
74
+ {"_id":{ "$oid": "..."}, ...,"name":"Isle Of Capri Resturant", "restaurant_id":"40364373" }
75
+ {"_id":{ "$oid": "..."}, ...,"name":"Marchis Restaurant","restaurant_id":"40364668" }
76
+ {"_id":{ "$oid": "..."}, ...,"name":"Crystal Room", "restaurant_id":"40365013" }
77
+ {"_id":{ "$oid": "..."}, ...,"name":"Forlinis Restaurant", "restaurant_id":"40365098" }
78
+ {"_id":{ "$oid": "..."}, ...,"name":"Angelo Of Mulberry St.", "restaurant_id":"40365293" }
78
79
79
80
.. tip::
80
81
@@ -108,12 +109,13 @@ sorted in ascending order of ``name`` field values:
108
109
:dedent:
109
110
110
111
.. output::
112
+ :visible: false
111
113
112
- { "_id" : { "$oid" : "..." }, ..., "name" : "(Lewis Drug Store) Locanda Vini E Olii", "restaurant_id" : "40804423" }
113
- { "_id" : { "$oid" : "..." }, ..., "name" : "101 Restaurant And Bar", "restaurant_id" : "40560108" }
114
- { "_id" : { "$oid" : "..." }, ..., "name" : "44 Sw Ristorante & Bar", "restaurant_id" : "40698807" }
114
+ {"_id":{ "$oid": "..."}, ...,"name":"44 Sw Ristorante & Bar", "restaurant_id":"40698807" }
115
+ {"_id":{ "$oid": "..."}, ...,"name":"900 Park", "restaurant_id":"41707964" }
116
+ {"_id":{ "$oid": "..."}, ...,"name":"A Voce", "restaurant_id":"41434084" }
115
117
...
116
- { "_id" : { "$oid" : "..." }, ..., "name" : "Zucchero E Pomodori", "restaurant_id" : "41189590" }
118
+ {"_id":{ "$oid": "..."}, ...,"name": "Zucchero E Pomodori","restaurant_id": "41189590" }
117
119
118
120
.. _php-return-documents-skip:
119
121
@@ -137,10 +139,11 @@ of ``'Manhattan'`` and skips the first ``10`` documents:
137
139
:dedent:
138
140
139
141
.. output::
142
+ :visible: false
140
143
141
- { "_id" : { "$oid" : "..." }, ..., "name" : "Cafe Metro", "restaurant_id" : "40363298" }
142
- { "_id" : { "$oid" : "..." }, ..., "name" : "Lexler Deli", "restaurant_id" : "40363426" }
143
- { "_id" : { "$oid" : "..." }, ..., "name" : "Domino'S Pizza", "restaurant_id" : "40363644" }
144
+ {"_id":{ "$oid": "..."}, ...,"name": "Cafe Metro","restaurant_id": "40363298"}
145
+ {"_id":{ "$oid": "..."}, ...,"name": "Lexler Deli","restaurant_id": "40363426"}
146
+ {"_id":{ "$oid": "..."}, ...,"name": "Domino'S Pizza","restaurant_id": "40363644"}
144
147
...
145
148
146
149
.. _php-return-documents-combine:
@@ -167,12 +170,13 @@ skipping the first ``10`` documents:
167
170
:dedent:
168
171
169
172
.. output::
170
-
171
- { "_id" : { "$oid" : "..." }, ..., "name" : "Acqua", "restaurant_id" : "40871070" }
172
- { "_id" : { "$oid" : "..." }, ..., "name" : "Acqua Restaurant", "restaurant_id" : "41591488" }
173
- { "_id" : { "$oid" : "..." }, ..., "name" : "Acqua Santa", "restaurant_id" : "40735858" }
174
- { "_id" : { "$oid" : "..." }, ..., "name" : "Acquista Trattoria", "restaurant_id" : "40813992" }
175
- { "_id" : { "$oid" : "..." }, ..., "name" : "Acquolina Catering", "restaurant_id" : "41381423" }
173
+ :visible: false
174
+
175
+ {"_id":{"$oid":"..."},...,"name":"Acqua","restaurant_id":"40871070"}
176
+ {"_id":{"$oid":"..."},...,"name":"Acqua Restaurant","restaurant_id":"41591488"}
177
+ {"_id":{"$oid":"..."},...,"name":"Acqua Santa","restaurant_id":"40735858"}
178
+ {"_id":{"$oid":"..."},...,"name":"Acquista Trattoria","restaurant_id":"40813992"}
179
+ {"_id":{"$oid":"..."},...,"name":"Acquolina Catering","restaurant_id":"41381423"}
176
180
177
181
.. note::
178
182
0 commit comments