From c7f765021239bf8bc6c94ef38f83ae70677848ad Mon Sep 17 00:00:00 2001 From: jeff-allen-mongo Date: Tue, 9 Jan 2018 15:30:26 -0500 Subject: [PATCH] DOCSP-1604 - Documenting autocomplete for Compass query bar --- source/tutorial/query-documents.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/source/tutorial/query-documents.txt b/source/tutorial/query-documents.txt index 962063cbeb3..69461b722d7 100644 --- a/source/tutorial/query-documents.txt +++ b/source/tutorial/query-documents.txt @@ -110,6 +110,17 @@ This operation corresponds to the following SQL statement: SELECT * FROM inventory WHERE status = "D" +.. tabs-drivers:: + + tabs: + - id: compass + content: | + .. note:: + + The |compass| query bar autocompletes the current query + based on the keys in your collection's documents, including + keys in embedded sub-documents. + Specify Conditions Using Query Operators ----------------------------------------