<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 07:49:40 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>MongoDB Jira</title>
    <link>https://jira.mongodb.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.7.1</version>
        <build-number>970001</build-number>
        <build-date>13-04-2023</build-date>
    </build-info>


<item>
            <title>[DOCS-5125] Incorrect syntax on: &quot;manual/reference/operator/meta/maxTimeMS.txt&quot;</title>
                <link>https://jira.mongodb.org/browse/DOCS-5125</link>
                <project id="10380" key="DOCS">Documentation</project>
                    <description>&lt;p&gt;The syntax given for maxTimeMS is incorrect and results in a query with an unlikely projection.&lt;/p&gt;

&lt;p&gt;db.collection.find( { } , &lt;/p&gt;
{ $maxTimeMS: 100 }
&lt;p&gt; )&lt;/p&gt;

&lt;p&gt;should be&lt;/p&gt;

&lt;p&gt;db.collection.find( { $query: { }, $maxTimeMS: 100 } )&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Reporter&lt;/b&gt;: Jon Anderson&lt;br/&gt;
&lt;b&gt;E-mail&lt;/b&gt;: &lt;span class=&quot;nobr&quot;&gt;&lt;a href=&quot;mailto:squiggs.jonny5@gmail.com&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;squiggs.jonny5@gmail.com&lt;sup&gt;&lt;img class=&quot;rendericon&quot; src=&quot;https://jira.mongodb.org/images/icons/mail_small.gif&quot; height=&quot;12&quot; width=&quot;13&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/sup&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;</description>
                <environment>Ubuntu 14.04, MongoDB 2.6.9&lt;br/&gt;
&lt;br/&gt;
*Location*: &lt;a href=&quot;http://docs.mongodb.org/manual/reference/operator/meta/maxTimeMS/&quot;&gt;http://docs.mongodb.org/manual/reference/operator/meta/maxTimeMS/&lt;/a&gt;&lt;br/&gt;
*User-Agent*: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.101 Safari/537.36&lt;br/&gt;
*Referrer*: &lt;a href=&quot;http://docs.mongodb.org/manual/reference/operator/meta/maxScan/&quot;&gt;http://docs.mongodb.org/manual/reference/operator/meta/maxScan/&lt;/a&gt;&lt;br/&gt;
*Screen Resolution*: 1920 x 1080&lt;br/&gt;
*repo*: docs&lt;br/&gt;
*source*: reference/operator/meta/maxTimeMS&lt;br/&gt;
</environment>
        <key id="192628">DOCS-5125</key>
            <summary>Incorrect syntax on: &quot;manual/reference/operator/meta/maxTimeMS.txt&quot;</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="9">Done</resolution>
                                        <assignee username="michael.paik">Michael Paik</assignee>
                                    <reporter username="squiggs.jonny5@gmail.com">Jonathan Anderson</reporter>
                        <labels>
                            <label>collector-298ba4e7</label>
                    </labels>
                <created>Sun, 29 Mar 2015 07:14:32 +0000</created>
                <updated>Mon, 30 Oct 2023 21:46:42 +0000</updated>
                            <resolved>Mon, 30 Mar 2015 16:50:40 +0000</resolved>
                                                    <fixVersion>Server_Docs_20231030</fixVersion>
                                    <component>manual</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="867730" author="kay.kim@10gen.com" created="Mon, 30 Mar 2015 16:50:40 +0000"  >&lt;p&gt;Fixed by Jon Anderson&lt;/p&gt;</comment>
                            <comment id="867720" author="xgen-internal-githook" created="Mon, 30 Mar 2015 16:46:13 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;NoOutlet&apos;, u&apos;name&apos;: u&apos;Jon Anderson&apos;, u&apos;email&apos;: u&apos;squiggs.jonny5@gmail.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-5125&quot; title=&quot;Incorrect syntax on: &amp;quot;manual/reference/operator/meta/maxTimeMS.txt&amp;quot;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-5125&quot;&gt;&lt;del&gt;DOCS-5125&lt;/del&gt;&lt;/a&gt; Fix syntax for maxTimeMS&lt;/p&gt;

&lt;p&gt;Description of maxTimeMS included an alternative to the&lt;br/&gt;
shortcut which used incorrect syntax. The incorrect command&lt;br/&gt;
did not limit the time for retrieving results and instead&lt;br/&gt;
created a inclusive projection on a field named &apos;$maxTimeMS&apos;&lt;br/&gt;
which would hopefully not be an actual field in the user&lt;br/&gt;
database.&lt;/p&gt;

&lt;p&gt;Signed-off-by: kay &amp;lt;kay.kim@10gen.com&amp;gt;&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/docs/commit/38957d7146875d525d8a2d2bce1c57c0ded3d4e0&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/docs/commit/38957d7146875d525d8a2d2bce1c57c0ded3d4e0&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="867719" author="xgen-internal-githook" created="Mon, 30 Mar 2015 16:45:57 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;NoOutlet&apos;, u&apos;name&apos;: u&apos;Jon Anderson&apos;, u&apos;email&apos;: u&apos;squiggs.jonny5@gmail.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-5125&quot; title=&quot;Incorrect syntax on: &amp;quot;manual/reference/operator/meta/maxTimeMS.txt&amp;quot;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-5125&quot;&gt;&lt;del&gt;DOCS-5125&lt;/del&gt;&lt;/a&gt; Fix syntax for maxTimeMS&lt;/p&gt;

&lt;p&gt;Description of maxTimeMS included an alternative to the&lt;br/&gt;
shortcut which used incorrect syntax. The incorrect command&lt;br/&gt;
did not limit the time for retrieving results and instead&lt;br/&gt;
created a inclusive projection on a field named &apos;$maxTimeMS&apos;&lt;br/&gt;
which would hopefully not be an actual field in the user&lt;br/&gt;
database.&lt;/p&gt;

&lt;p&gt;Signed-off-by: kay &amp;lt;kay.kim@10gen.com&amp;gt;&lt;br/&gt;
Branch: v2.6&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/docs/commit/8a1578b13ac86ae55b3f087860bde909a9eb123c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/docs/commit/8a1578b13ac86ae55b3f087860bde909a9eb123c&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>3.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_10855" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Actual Time</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Mon, 30 Mar 2015 16:45:57 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        8 years, 46 weeks, 2 days ago
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18254" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Dependencies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[]]></customfieldvalue>


                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10057" key="com.atlassian.jira.toolkit:lastusercommented">
                        <customfieldname>Last comment by Customer</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>true</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10056" key="com.atlassian.jira.toolkit:lastupdaterorcommenter">
                        <customfieldname>Last commenter</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>emet.ozar@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            8 years, 46 weeks, 2 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>squiggs.jonny5@gmail.com</customfieldvalue>
            <customfieldvalue>kay.kim@mongodb.com</customfieldvalue>
            <customfieldvalue>michael.paik</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrqftb:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hs7kpb:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10557" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="435">Docs Sprint 17 - Ending 4/3</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10053" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>Time In Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hryuav:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                </customfields>
    </item>
</channel>
</rss>