<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 08:01:36 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-10886] AllowPartialResults cursor method not currently documented</title>
                <link>https://jira.mongodb.org/browse/DOCS-10886</link>
                <project id="10380" key="DOCS">Documentation</project>
                    <description>&lt;p&gt;there is a cursor method called AllowPartialResults.&lt;/p&gt;

&lt;p&gt;mongos&amp;gt; db.test.find().allowPartialResults()&lt;/p&gt;

&lt;p&gt;this is not documented in the documentation&lt;br/&gt;
&lt;a href=&quot;https://docs.mongodb.com/v3.2/reference/method/js-cursor/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://docs.mongodb.com/v3.2/reference/method/js-cursor/&lt;/a&gt;&lt;br/&gt;
(nor in documentation for 3.4 or 3.6)&lt;/p&gt;

&lt;p&gt;it is the replacement for deprecated addOption(DBQuery.Option.partial)&lt;/p&gt;

&lt;p&gt;I came across it mentioned by chance in &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-27170&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;https://jira.mongodb.org/browse/SERVER-27170&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;but it is not documented.&lt;/p&gt;</description>
                <environment></environment>
        <key id="443230">DOCS-10886</key>
            <summary>AllowPartialResults cursor method not currently documented</summary>
                <type id="4" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14710&amp;avatarType=issuetype">Improvement</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="13201">Fixed</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="jg1">John Gibbons</reporter>
                        <labels>
                            <label>docs-triage</label>
                    </labels>
                <created>Tue, 10 Oct 2017 14:52:10 +0000</created>
                <updated>Mon, 30 Oct 2023 21:05:51 +0000</updated>
                            <resolved>Tue, 14 Apr 2020 15:21:08 +0000</resolved>
                                                    <fixVersion>Server_Docs_20231030</fixVersion>
                                    <component>manual</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="3038936" author="kay.kim@10gen.com" created="Tue, 14 Apr 2020 15:20:53 +0000"  >&lt;p&gt;Ticket slipped through the cracks and the page was actually done as part of &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-13201&quot; title=&quot;Investigate changes in SERVER-43996: Make the router return flag in response to indicate if partial results were returned&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-13201&quot;&gt;&lt;del&gt;DOCS-13201&lt;/del&gt;&lt;/a&gt;.&#160;&lt;/p&gt;

&lt;p&gt;Apologies and much appreciate the work that you did for the pull request.&#160; You are correct in following the pattern of the other cursor methods.&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</comment>
                            <comment id="1695616" author="jg1" created="Wed, 11 Oct 2017 09:40:19 +0000"  >&lt;p&gt;raised PR &lt;a href=&quot;https://github.com/mongodb/docs/pull/2996&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/docs/pull/2996&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Notes:&lt;br/&gt;
./includes/apiargs-dbcommand-find-field.yaml - already had reference to AllowPartialResults&lt;br/&gt;
./includes/changelogs/releases/3.4.5.rst - ignored&lt;br/&gt;
./includes/ref-toc-method-cursor.yaml - MODIFIED TO ADD reference to AllowPartialResults&lt;br/&gt;
./reference/command/find.txt - already had reference to AllowPartialResults&lt;br/&gt;
./reference/method/cursor.close.txt - not relevant to AllowPartialResults&lt;br/&gt;
./reference/method/cursor.maxTimeMS.txt - not relevant to AllowPartialResults&lt;br/&gt;
./reference/method/cursor.noCursorTimeout.txt - not relevant to AllowPartialResults&lt;br/&gt;
./reference/mongodb-wire-protocol.txt - already had reference to partial (OP_QUERY)&lt;br/&gt;
./tutorial/iterate-a-cursor.txt - no action&lt;/p&gt;</comment>
                            <comment id="1694686" author="jg1" created="Tue, 10 Oct 2017 16:09:33 +0000"  >&lt;p&gt;I assume that the files to change/create can be guided by the following existing documented cursor method.&lt;br/&gt;
$ grep . -rile &quot;nocursortimeout&quot;&lt;br/&gt;
./includes/apiargs-dbcommand-find-field.yaml&lt;br/&gt;
./includes/changelogs/releases/3.4.5.rst&lt;br/&gt;
./includes/ref-toc-method-cursor.yaml&lt;br/&gt;
./reference/command/find.txt&lt;br/&gt;
./reference/method/cursor.close.txt&lt;br/&gt;
./reference/method/cursor.maxTimeMS.txt&lt;br/&gt;
./reference/method/cursor.noCursorTimeout.txt&lt;br/&gt;
./reference/mongodb-wire-protocol.txt&lt;br/&gt;
./tutorial/iterate-a-cursor.txt&lt;/p&gt;</comment>
                            <comment id="1694682" author="jg1" created="Tue, 10 Oct 2017 16:03:33 +0000"  >&lt;p&gt;i will have a go at fixing the docs on this ....&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="991064">DOCS-13201</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>4.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Tue, 14 Apr 2020 15:20:53 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        3 years, 43 weeks, 1 day 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_10857" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>DOCSP-1769</customfieldvalue>
                        </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>
                            3 years, 43 weeks, 1 day ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>jg1</customfieldvalue>
            <customfieldvalue>kay.kim@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hthggn:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|ht9cmn:</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_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|hth2kf:</customfieldvalue>

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