From 0c7f3c41060b99a69a77bdf2f49c073c2f29af96 Mon Sep 17 00:00:00 2001 From: Kevin Pulo Date: Thu, 20 Nov 2014 10:00:23 +1100 Subject: [PATCH] Minor fix --- source/core/multikey-index-bounds.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/core/multikey-index-bounds.txt b/source/core/multikey-index-bounds.txt index faf63275a5a..f54160d56c1 100644 --- a/source/core/multikey-index-bounds.txt +++ b/source/core/multikey-index-bounds.txt @@ -324,7 +324,7 @@ Create a :ref:`compound index ` on the db.survey3.ensureIndex( { "ratings.score.q1": 1, "ratings.score.q2": 1 } ) -The fields ``"ratings.score.q1"`` and ``"ratings.by.q2"`` share the +The fields ``"ratings.score.q1"`` and ``"ratings.score.q2"`` share the field path ``"ratings.score"`` and the :query:`$elemMatch` must be on that path.