<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 08:02:04 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-11105] case insensitive search in mongo</title>
                <link>https://jira.mongodb.org/browse/DOCS-11105</link>
                <project id="10380" key="DOCS">Documentation</project>
                    <description>&lt;p&gt;want to get proper documentation for how to write mongo query for case insensitive search in c#. &lt;/p&gt;
</description>
                <environment>software&lt;br/&gt;
&lt;br/&gt;
</environment>
        <key id="469761">DOCS-11105</key>
            <summary>case insensitive search in mongo</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</type>
                                                <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="13202">Works as Designed</resolution>
                                        <assignee username="stephen.steneker@mongodb.com">Stennie Steneker</assignee>
                                    <reporter username="xgen-internal-docs">Docs Collector User</reporter>
                        <labels>
                            <label>collector-298ba4e7</label>
                            <label>mts</label>
                    </labels>
                <created>Fri, 8 Dec 2017 11:29:19 +0000</created>
                <updated>Fri, 27 Oct 2023 13:19:20 +0000</updated>
                            <resolved>Mon, 9 Apr 2018 21:36:11 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="3274620" author="xgen-internal-githook" created="Wed, 8 Jul 2020 13:30:18 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;jwilliams-mongo&apos;, &apos;email&apos;: &apos;55147273+jwilliams-mongo@users.noreply.github.com&apos;, &apos;username&apos;: &apos;jwilliams-mongo&apos;}
&lt;p&gt;Message: (&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-11105&quot; title=&quot;case insensitive search in mongo&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-11105&quot;&gt;&lt;del&gt;DOCS-11105&lt;/del&gt;&lt;/a&gt;): Backport DOCSP-10998 to v4.2&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;(&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-10998&quot; title=&quot;Comment on: &amp;quot;primer/insert.txt&amp;quot;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-10998&quot;&gt;&lt;del&gt;DOCS-10998&lt;/del&gt;&lt;/a&gt;): featureCompatibilityVersion parameter description on Automation Configuration Resource page needs to be corrected&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;(&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-10998&quot; title=&quot;Comment on: &amp;quot;primer/insert.txt&amp;quot;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-10998&quot;&gt;&lt;del&gt;DOCS-10998&lt;/del&gt;&lt;/a&gt;): language cleanup&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;(DOCSP-10893): copy review feedback&lt;br/&gt;
Branch: v4.2&lt;br/&gt;
&lt;a href=&quot;https://github.com/10gen/mms-docs/commit/edc822fc11b43f2ce276978bb62fe6c073ebbc29&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/10gen/mms-docs/commit/edc822fc11b43f2ce276978bb62fe6c073ebbc29&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="1859745" author="stennie" created="Mon, 9 Apr 2018 21:36:11 +0000"  >&lt;p&gt;There are several ways to approach case-insensitive search depending on your matching requirements. A recommended starting point would be using &lt;a href=&quot;https://docs.mongodb.com/manual/core/index-case-insensitive&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;Case Insensitive Indexes&lt;/a&gt; in MongoDB 3.4+.&lt;/p&gt;

&lt;p&gt;You can also perform &lt;a href=&quot;https://docs.mongodb.com/manual/reference/operator/query/regex/#regex-case-insensitive&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;case-insensitive pattern matching using &lt;tt&gt;$regex&lt;/tt&gt;&lt;/a&gt;, but note that as at MongoDB 3.6 case insensitive regular expression queries generally cannot use indexes effectively. The &lt;tt&gt;$regex&lt;/tt&gt; implementation is not collation-aware and is unable to utilize case-insensitive indexes.&lt;/p&gt;

&lt;p&gt;Please also note that the DOCS project is for reporting documentation errata or suggestions. For appropriate channels for MongoDB-related support discussion please refer to &lt;a href=&quot;https://docs.mongodb.com/manual/support/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;Technical Support options&lt;/a&gt; in the MongoDB documentation.&lt;/p&gt;

&lt;p&gt;Regards,&lt;br/&gt;
Stennie&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>2.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Thu, 1 Mar 2018 14:38:04 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        3 years, 31 weeks 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>luke.bonanomi@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            3 years, 31 weeks ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>xgen-internal-docs</customfieldvalue>
            <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>stephen.steneker@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|htlu7j:</customfieldvalue>

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

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