@@ -316,12 +316,12 @@ cursor.
316
316
index. In the :program:`mongo` shell, to specify a phrase to
317
317
match, you can either:
318
318
319
- - enclose the phrase in escaped double quote characters
320
- (``\"<phrase>\"``) within the ``search`` string, as in
321
- ``"\"coffee table\""``, or
319
+ - enclose the phrase in * escaped* double quotes and use double
320
+ quotes to specify the ``search`` string, as in ``"\"coffee
321
+ table\""``, or
322
322
323
- - enclose the phrase in single quote characters, as in ``"'coffee
324
- table'" ``
323
+ - enclose the phrase in double quotes and use *single* quotes to
324
+ specify the ``search`` string, as in ``'"coffee table"' ``
325
325
326
326
:param document filter:
327
327
@@ -331,9 +331,9 @@ cursor.
331
331
document, except if the index includes an ascending or descending
332
332
index field as a prefix.
333
333
334
- If the index includes an ascending or descending index field, the
335
- ``filter`` is required and the ``filter`` query must be an
336
- equality match.
334
+ If the index includes an ascending or descending index field as a
335
+ prefix, the ``filter`` is required and the ``filter`` query must be
336
+ an equality match.
337
337
338
338
:param document projection:
339
339
@@ -595,8 +595,8 @@ In the 2.3 series, MongoDB adds the following database commands:
595
595
.. dbcommand:: saslContinue
596
596
597
597
598
- Default Java Script Engine Switched to v8 from SpiderMonkey
599
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
598
+ Default JavaScript Engine Switched to v8 from SpiderMonkey
599
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
600
600
601
601
The default JavaScript engine used throughout MongoDB, for the
602
602
:program:`mongo` shell, :dbcommand:`mapReduce`, :operator:`$where`,
0 commit comments