We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 926df19 commit 5126fb0Copy full SHA for 5126fb0
source/tutorial/query-documents.txt
@@ -110,6 +110,17 @@ This operation corresponds to the following SQL statement:
110
111
SELECT * FROM inventory WHERE status = "D"
112
113
+.. tabs-drivers::
114
+
115
+ tabs:
116
+ - id: compass
117
+ content: |
118
+ .. note::
119
120
+ The |compass| query bar autocompletes the current query
121
+ based on the keys in your collection's documents, including
122
+ keys in embedded sub-documents.
123
124
Specify Conditions Using Query Operators
125
----------------------------------------
126
0 commit comments