Skip to content

Commit 470bb6b

Browse files
authored
DOCSP-32107 ESR Range Equality Condition (#5978) (#5987)
1 parent 4f3187a commit 470bb6b

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

source/tutorial/equality-sort-range-rule.txt

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -119,15 +119,17 @@ non-blocking index sort. For more information on blocking sorts, see
119119
Additional Considerations
120120
-------------------------
121121

122-
Inequality operators such as :query:`$ne` or :query:`$nin` are range
123-
operators, not equality operators.
122+
- Inequality operators such as :query:`$ne` or :query:`$nin` are range
123+
operators, not equality operators.
124124

125-
:query:`$regex` is a range operator.
125+
- :query:`$regex` is a range operator.
126126

127-
:query:`$in` can be an equality operator or a range operator.
128-
When :query:`$in` is used alone, it is an equality operator that
129-
does a series of equality matches. :query:`$in` acts like a range
130-
operator when it is used with ``.sort()``.
127+
- :query:`$in` can be an equality operator or a range operator.
128+
129+
- When ``$in`` is used alone, it is an equality operator that performs a
130+
series of equality matches.
131+
- When ``$in`` is used with ``.sort()``, ``$in`` can act like a range
132+
operator.
131133

132134
Example
133135
-------

0 commit comments

Comments
 (0)