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
3636- :query:`$expr` can build query expressions that compare fields
3737 from the same document in a :pipeline:`$match` stage.
3838
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.
4242
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.
4545
4646- :query:`$expr` does not support
4747 :ref:`multikey indexes <index-type-multikey>`.
You can’t perform that action at this time.
0 commit comments