<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 21:38:41 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>[CSHARP-1107] Query.LT, LTE and other similar methods require a name while it should be optional</title>
                <link>https://jira.mongodb.org/browse/CSHARP-1107</link>
                <project id="10041" key="CSHARP">C# Driver</project>
                    <description>&lt;p&gt;Look at example for elemMatch: &lt;a href=&quot;http://docs.mongodb.org/manual/reference/operator/query/elemMatch/#op._S_elemMatch&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://docs.mongodb.org/manual/reference/operator/query/elemMatch/#op._S_elemMatch&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Try to create such a query: &lt;br/&gt;
{ results: { $elemMatch: &lt;/p&gt;
{ $gte: 80, $lt: 85 }
&lt;p&gt; } }&lt;/p&gt;

&lt;p&gt;It should look something like this: &lt;br/&gt;
Query.ElemMatch(&quot;results&quot;, Query.And(Query.GTE(80), Query.LT(85)))&lt;/p&gt;

&lt;p&gt;But it is not possible, since GTE, GT, LTE, LT and all other similar methods require a name. It will either throw null reference, or, if you set any name, query will not return any results.&lt;/p&gt;</description>
                <environment></environment>
        <key id="169897">CSHARP-1107</key>
            <summary>Query.LT, LTE and other similar methods require a name while it should be optional</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="2">Won&apos;t Fix</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="maxbl4">Vladimir Perevalov</reporter>
                        <labels>
                    </labels>
                <created>Tue, 18 Nov 2014 16:02:07 +0000</created>
                <updated>Tue, 1 Mar 2016 15:23:43 +0000</updated>
                            <resolved>Tue, 1 Mar 2016 15:23:43 +0000</resolved>
                                    <version>1.9.2</version>
                                                    <component>API</component>
                                        <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="1189132" author="craiggwilson" created="Tue, 1 Mar 2016 15:23:43 +0000"  >&lt;p&gt;We won&apos;t be fixing this as it relates to the legacy API. We are using a new ticket for the new API, &lt;a href=&quot;https://jira.mongodb.org/browse/CSHARP-1585&quot; title=&quot;Support for Filters without name in C# Driver&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CSHARP-1585&quot;&gt;CSHARP-1585&lt;/a&gt;.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="269055">CSHARP-1585</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hs42hb:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>148657</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            </customfields>
    </item>
</channel>
</rss>