Skip to content

Commit 15f20a6

Browse files
committed
DOCSP-13625 fix formatting on $expr behavior section
1 parent 48da552 commit 15f20a6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/reference/operator/query/expr.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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>`.

0 commit comments

Comments
 (0)