File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ The following queries **do not** use the index that we created. The first
158
158
query does not include a collation and the second contains a different
159
159
strength value than the collation on the index.
160
160
161
- .. literalinclude:: /code-snippets/collation/query-index- not-indexed-collation.js
161
+ .. literalinclude:: /code-snippets/collation/query-not-indexed-collation.js
162
162
:language: javascript
163
163
:lineno-start: 6
164
164
@@ -252,9 +252,6 @@ lexical order.
252
252
:language: javascript
253
253
:lineno-start: 6
254
254
255
- :start-after: start findOneAndDelete example with collation
256
- :end-before: end findOneAndDelete example with collation
257
-
258
255
After you run the operation above, the collection contains the following
259
256
documents:
260
257
You can’t perform that action at this time.
0 commit comments