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 993db19 commit 2434522Copy full SHA for 2434522
source/includes/extracts-additional-examples.yaml
@@ -8,6 +8,6 @@ content: |
8
9
For additional examples in querying, see:
10
11
- - doc:`/tutorial/query-documents`
+ - :doc:`/tutorial/query-documents`
12
13
...
source/reference/operator/query/in.txt
@@ -74,6 +74,8 @@ an array with at least one element matching either ``"appliances"`` or
74
{ $set: { sale:true } }
75
)
76
77
+.. include:: /includes/extracts/additional-examples-arrays.rst
78
+
79
.. _query-in-regex:
80
81
Use the ``$in`` Operator with a Regular Expression
0 commit comments