Skip to content

Commit 50bdbf8

Browse files
committed
Update master
1 parent 6dc1b50 commit 50bdbf8

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

draft/core/indexes.txt

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ following form:
248248
]
249249
}
250250

251-
An index on the ``comments`` field would be a multikey index, and will
251+
An index on the ``comments.text`` field would be a multikey index, and will
252252
add items to the index for all of the sub-documents in the array. As a
253253
result you will be able to run the following query, using only the
254254
index to locate the document:
@@ -257,13 +257,6 @@ index to locate the document:
257257

258258
db.feedback.find( { "comments.text": "Please expand the olive selection." } )
259259

260-
The following operators are useful for interacting with arrays, like
261-
the ones that you would index using multikey indexes.
262-
263-
- :operator:`$addToSet`
264-
- :operator:`$push`
265-
- :operator:`$pull`
266-
- :operator:`$all`
267260

268261
.. warning::
269262

0 commit comments

Comments
 (0)