<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:00:28 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>[SERVER-2585] Allow nested $or operator</title>
                <link>https://jira.mongodb.org/browse/SERVER-2585</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;Allowing nested $or operators would dramatically simplify the logic to build queries. The work of transformation/normalizing the query so that the engine understands it should be done by the server, not the client.&lt;/p&gt;</description>
                <environment></environment>
        <key id="14802">SERVER-2585</key>
            <summary>Allow nested $or operator</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="9">Done</resolution>
                                        <assignee username="aaron">Aaron Staple</assignee>
                                    <reporter username="flavien">Flavien</reporter>
                        <labels>
                    </labels>
                <created>Fri, 18 Feb 2011 01:14:08 +0000</created>
                <updated>Tue, 12 Jul 2016 00:17:54 +0000</updated>
                            <resolved>Fri, 24 Jun 2011 13:51:24 +0000</resolved>
                                    <version>1.6.0</version>
                    <version>1.6.1</version>
                    <version>1.6.2</version>
                    <version>1.6.3</version>
                    <version>1.6.4</version>
                    <version>1.6.5</version>
                    <version>1.7.0</version>
                    <version>1.7.1</version>
                    <version>1.7.2</version>
                    <version>1.7.3</version>
                    <version>1.7.4</version>
                    <version>1.7.5</version>
                    <version>1.7.6</version>
                                    <fixVersion>1.9.1</fixVersion>
                                    <component>Querying</component>
                                        <votes>22</votes>
                                    <watches>13</watches>
                                                                                                                <comments>
                            <comment id="48636" author="aaron" created="Mon, 15 Aug 2011 17:42:34 +0000"  >&lt;p&gt;Xiaofeng - can you send the git hash for the mongod version you are using (this is logged on mongod startup).&lt;/p&gt;</comment>
                            <comment id="46410" author="xiaofeng" created="Thu, 4 Aug 2011 17:21:18 +0000"  >&lt;p&gt;I have tried with 1.9.1 development release and night build with nested $or like this. I saw the message as following:&lt;br/&gt;
&quot;failed with exception: exception: 13090 nested $or/$nor not allowed&quot;, but I checked the source code(matcher.cpp), this information has been removed. I wonder if the build is not based on latest code. Please check out.&lt;/p&gt;</comment>
                            <comment id="45492" author="auto" created="Sun, 31 Jul 2011 17:28:21 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;login&apos;: u&apos;astaple&apos;, u&apos;name&apos;: u&apos;Aaron&apos;, u&apos;email&apos;: u&apos;aaron@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-2585&quot; title=&quot;Allow nested $or operator&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-2585&quot;&gt;&lt;del&gt;SERVER-2585&lt;/del&gt;&lt;/a&gt; test&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/8b35cf0f945c5636df17709bf03a03f63217273f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/8b35cf0f945c5636df17709bf03a03f63217273f&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="39064" author="aaron" created="Fri, 24 Jun 2011 13:51:24 +0000"  >&lt;p&gt;We&apos;ve added in matching for nested or clauses, but not index support.  Index support is &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-3327&quot; title=&quot;use indexes for nested $or clauses&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-3327&quot;&gt;&lt;del&gt;SERVER-3327&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;</comment>
                            <comment id="37782" author="auto" created="Thu, 16 Jun 2011 04:10:47 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;login&apos;: u&apos;astaple&apos;, u&apos;name&apos;: u&apos;Aaron&apos;, u&apos;email&apos;: u&apos;aaron@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-3192&quot; title=&quot;allow nesting $or within $and&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-3192&quot;&gt;&lt;del&gt;SERVER-3192&lt;/del&gt;&lt;/a&gt; &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-2585&quot; title=&quot;Allow nested $or operator&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-2585&quot;&gt;&lt;del&gt;SERVER-2585&lt;/del&gt;&lt;/a&gt; allow nested or clauses in queries, opaque to indexing system&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/0b32ad4e6d5629525001add932fe78ba517cb503&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/0b32ad4e6d5629525001add932fe78ba517cb503&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="30342" author="eliot" created="Fri, 29 Apr 2011 17:07:01 +0000"  >&lt;p&gt;Its in the planned but not scheduled bucket, which means we are going to do it, but have not put in a release yet.&lt;/p&gt;</comment>
                            <comment id="30263" author="turjakas" created="Fri, 29 Apr 2011 08:33:32 +0000"  >&lt;p&gt;Could someone from the developers comment on the possibility/schedule of implementing this?&lt;/p&gt;</comment>
                            <comment id="26835" author="middletommy" created="Fri, 25 Mar 2011 16:23:25 +0000"  >&lt;p&gt;+1 very good for dynamic query building on client&lt;/p&gt;</comment>
                            <comment id="24983" author="orion98mc" created="Tue, 1 Mar 2011 19:05:50 +0000"  >&lt;p&gt;+1 Very important to me!&lt;/p&gt;</comment>
                            <comment id="24227" author="fredstluka" created="Fri, 18 Feb 2011 16:08:48 +0000"  >&lt;p&gt;+1&lt;/p&gt;

&lt;p&gt;See: &lt;a href=&quot;http://jira.mongodb.org/browse/SERVER-1089?focusedCommentId=23237&amp;amp;page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#action_23237&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;http://jira.mongodb.org/browse/SERVER-1089?focusedCommentId=23237&amp;amp;page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#action_23237&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="24215" author="turjakas" created="Fri, 18 Feb 2011 08:33:45 +0000"  >&lt;p&gt;+1 - I completely agree!&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                                                <inwardlinks description="is depended on by">
                                        <issuelink>
            <issuekey id="17883">SERVER-3192</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                                        </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>11.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Fri, 18 Feb 2011 08:33:45 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        12 years, 27 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>ramon.fernandez@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            12 years, 27 weeks, 2 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10000" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Old_Backport</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10000"><![CDATA[No]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>aaron</customfieldvalue>
            <customfieldvalue>auto</customfieldvalue>
            <customfieldvalue>eliot</customfieldvalue>
            <customfieldvalue>flavien</customfieldvalue>
            <customfieldvalue>fredstluka</customfieldvalue>
            <customfieldvalue>turjakas</customfieldvalue>
            <customfieldvalue>orion98mc</customfieldvalue>
            <customfieldvalue>middletommy</customfieldvalue>
            <customfieldvalue>xiaofeng</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrp5rj:</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>20831</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_23361" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Requested By</customfieldname>
                        <customfieldvalues>
                                

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10053" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>Time In Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_22870" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Triagers</customfieldname>
                        <customfieldvalues>
                                

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrmb7b:</customfieldvalue>

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