From 3cd3fe14be05ad191fd9232c362dab101bffcb7f Mon Sep 17 00:00:00 2001 From: ravind Date: Mon, 9 Nov 2015 15:06:50 -0500 Subject: [PATCH] DOCS-5960 : explain() now works for distinct() commands updated explain page to include new method --- source/reference/method/db.collection.explain.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/reference/method/db.collection.explain.txt b/source/reference/method/db.collection.explain.txt index 5e34b9c9383..d3371411fca 100644 --- a/source/reference/method/db.collection.explain.txt +++ b/source/reference/method/db.collection.explain.txt @@ -13,7 +13,8 @@ Description Returns information on the query plan for the following operations: :method:`aggregate() `; :method:`count() - `; :method:`find() `; + `; :method:`distinct() `; + :method:`find() `; :method:`group() `; :method:`remove() `; and :method:`update() ` methods.