Skip to content

Commit 450e921

Browse files
committed
Fixed "retail" being swapped with "MongoDB"
1 parent a83877e commit 450e921

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/use-cases/product-catalog.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -360,8 +360,8 @@ order of the index does not matter.
360360
.. note::
361361

362362
If you want to preform range queries (e.g. "return all products
363-
over $25") and then sort by another property like ``pricing.MongoDB``,
364-
retail cannot use the index as effectively in this situation.
363+
over $25") and then sort by another property like ``pricing.retail``,
364+
MongoDB cannot use the index as effectively in this situation.
365365

366366
The field that you want to select a range, or perform sort
367367
operations, must be the *last* field in a compound index in order

0 commit comments

Comments
 (0)