File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
source/reference/operator/query Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -36,12 +36,12 @@ Behavior
36
36
- :query:`$expr` can build query expressions that compare fields
37
37
from the same document in a :pipeline:`$match` stage.
38
38
39
- - If the :pipeline:`$match` stage is part of a :pipeline:`$lookup`
40
- stage, :query:`$expr` can compare fields using ``let`` variables.
41
- See :ref:`lookup-multiple-joins` for an example.
39
+ - If the :pipeline:`$match` stage is part of a :pipeline:`$lookup`
40
+ stage, :query:`$expr` can compare fields using ``let`` variables.
41
+ See :ref:`lookup-multiple-joins` for an example.
42
42
43
- - :query:`$expr` only uses indexes on the ``from`` collection for
44
- equality matches in a :pipeline:`$match` stage.
43
+ - :query:`$expr` only uses indexes on the ``from`` collection for
44
+ equality matches in a :pipeline:`$match` stage.
45
45
46
46
- :query:`$expr` does not support
47
47
:ref:`multikey indexes <index-type-multikey>`.
You can’t perform that action at this time.
0 commit comments