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 bf41eb5 commit 9a10888Copy full SHA for 9a10888
source/reference/operator/aggregation/lookup.txt
@@ -618,10 +618,11 @@ collection for equality matches. For example, if the index
618
``{ stock_item: 1, instock: 1 }`` exists on the ``warehouses``
619
collection:
620
621
- - The equality match on the ``warehouses.stock_item`` field uses the
622
- index.
623
- - The range part of the query on the ``warehouses.instock`` field
624
- does not use the indexed field in the compound index.
+- The equality match on the ``warehouses.stock_item`` field uses the
+ index.
+
+- The range part of the query on the ``warehouses.instock`` field
625
+ does not use the indexed field in the compound index.
626
627
.. seealso::
628
0 commit comments