Skip to content

DOCS-978 typo correction and correction about quoting #551

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 11, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions source/release-notes/2.4.txt
Original file line number Diff line number Diff line change
Expand Up @@ -316,12 +316,12 @@ cursor.
index. In the :program:`mongo` shell, to specify a phrase to
match, you can either:

- enclose the phrase in escaped double quote characters
(``\"<phrase>\"``) within the ``search`` string, as in
``"\"coffee table\""``, or
- enclose the phrase in *escaped* double quotes and use double
quotes to specify the ``search`` string, as in ``"\"coffee
table\""``, or

- enclose the phrase in single quote characters, as in ``"'coffee
table'"``
- enclose the phrase in double quotes and use *single* quotes to
specify the ``search`` string, as in ``'"coffee table"'``

:param document filter:

Expand All @@ -331,9 +331,9 @@ cursor.
document, except if the index includes an ascending or descending
index field as a prefix.

If the index includes an ascending or descending index field, the
``filter`` is required and the ``filter`` query must be an
equality match.
If the index includes an ascending or descending index field as a
prefix, the ``filter`` is required and the ``filter`` query must be
an equality match.

:param document projection:

Expand Down Expand Up @@ -595,8 +595,8 @@ In the 2.3 series, MongoDB adds the following database commands:
.. dbcommand:: saslContinue


Default Java Script Engine Switched to v8 from SpiderMonkey
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Default JavaScript Engine Switched to v8 from SpiderMonkey
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

The default JavaScript engine used throughout MongoDB, for the
:program:`mongo` shell, :dbcommand:`mapReduce`, :operator:`$where`,
Expand Down