From 2c6a754a04aedcf2dbd558ee305a88a688a18bfe Mon Sep 17 00:00:00 2001 From: Ed Costello Date: Fri, 11 Jan 2013 16:15:43 -0500 Subject: [PATCH 1/2] rewrite per @kay.kim --- source/release-notes/2.4.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/release-notes/2.4.txt b/source/release-notes/2.4.txt index c2e857297fc..c0627f9cd5d 100644 --- a/source/release-notes/2.4.txt +++ b/source/release-notes/2.4.txt @@ -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: From 0f2a75dd411525b8f24001b87b71adcff8eefdd0 Mon Sep 17 00:00:00 2001 From: Ed Costello Date: Fri, 11 Jan 2013 16:52:18 -0500 Subject: [PATCH 2/2] fix javascript, correct phrase quoting and quote escaping --- source/release-notes/2.4.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/source/release-notes/2.4.txt b/source/release-notes/2.4.txt index c0627f9cd5d..1568c58461d 100644 --- a/source/release-notes/2.4.txt +++ b/source/release-notes/2.4.txt @@ -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 - (``\"\"``) 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: @@ -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`,