<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 22:39:23 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>[COMPASS-5386] Single field Text Index being reported as &quot;Compound&quot;</title>
                <link>https://jira.mongodb.org/browse/COMPASS-5386</link>
                <project id="13182" key="COMPASS">Compass </project>
                    <description>&lt;h3&gt;&lt;a name=&quot;ProblemStatement%2FRationale&quot;&gt;&lt;/a&gt;&lt;b&gt;Problem Statement/Rationale&lt;/b&gt;&lt;/h3&gt;
&lt;p&gt;When a single field text index (not compound) is displayed in Compass (Version 1.29.6 (1.29.6)), it shows as being a compound index under its properties.  This seems to be due to text indexes having a key definition of key: &lt;/p&gt;
{ _fts: &apos;text&apos;, _ftsx: 1 }

&lt;h3&gt;&lt;a name=&quot;StepstoReproduce&quot;&gt;&lt;/a&gt;&lt;b&gt;Steps to Reproduce&lt;/b&gt;&lt;/h3&gt;
&lt;p&gt;Create a single field text index, such as db.myTest.createIndex(&lt;/p&gt;
{a:&quot;text&quot;}
&lt;p&gt;).  View the properties of the index in Compass, and it should show &quot;COMPOUND&quot;.&lt;/p&gt;

&lt;h3&gt;&lt;a name=&quot;ExpectedResults&quot;&gt;&lt;/a&gt;&lt;b&gt;Expected Results&lt;/b&gt;&lt;/h3&gt;
&lt;p&gt;It should not be displayed as a compound index.  Text indexes are always sparse, so it should have a property of sparse.  That&apos;s how it works in the Atlas UI.&lt;/p&gt;

&lt;h3&gt;&lt;a name=&quot;ActualResults&quot;&gt;&lt;/a&gt;&lt;b&gt;Actual Results&lt;/b&gt;&lt;/h3&gt;
&lt;p&gt;It incorrectly shows the single field index as being a compound index&lt;/p&gt;

&lt;h3&gt;&lt;a name=&quot;AdditionalNotes&quot;&gt;&lt;/a&gt;&lt;b&gt;Additional Notes&lt;/b&gt;&lt;/h3&gt;
&lt;p&gt;This varying behavior has caused confusion for users when viewing an index in Compass vs Atlas.  Screenshots attached for the same index when viewed in Compass and Atlas.&lt;/p&gt;

&lt;p&gt; &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;352964_thumb&quot; href=&quot;https://jira.mongodb.org/secure/attachment/352964/352964_Screen+Shot+2021-12-30+at+2.38.32+PM-1.png&quot; title=&quot;Screen Shot 2021-12-30 at 2.38.32 PM-1.png&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;352964&quot; file-preview-title=&quot;Screen Shot 2021-12-30 at 2.38.32 PM-1.png&quot;&gt;&lt;img src=&quot;https://jira.mongodb.org/secure/thumbnail/352964/_thumb_352964.png&quot; style=&quot;border: 0px solid black&quot; role=&quot;presentation&quot;/&gt;&lt;/a&gt;&lt;/span&gt;  &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;352965_thumb&quot; href=&quot;https://jira.mongodb.org/secure/attachment/352965/352965_Screen+Shot+2021-12-30+at+2.38.49+PM.png&quot; title=&quot;Screen Shot 2021-12-30 at 2.38.49 PM.png&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;352965&quot; file-preview-title=&quot;Screen Shot 2021-12-30 at 2.38.49 PM.png&quot;&gt;&lt;img src=&quot;https://jira.mongodb.org/secure/thumbnail/352965/_thumb_352965.png&quot; style=&quot;border: 0px solid black&quot; role=&quot;presentation&quot;/&gt;&lt;/a&gt;&lt;/span&gt; &lt;/p&gt;
</description>
                <environment>Compass Version 1.29.6 (1.29.6)</environment>
        <key id="1957385">COMPASS-5386</key>
            <summary>Single field Text Index being reported as &quot;Compound&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="13201">Fixed</resolution>
                                        <assignee username="basit.chonka@mongodb.com">Basit Chonka</assignee>
                                    <reporter username="dave.walker@mongodb.com">David Walker</reporter>
                        <labels>
                    </labels>
                <created>Thu, 30 Dec 2021 22:42:12 +0000</created>
                <updated>Sun, 29 Oct 2023 02:39:22 +0000</updated>
                            <resolved>Thu, 25 Aug 2022 08:28:25 +0000</resolved>
                                    <version>1.32.2</version>
                                    <fixVersion>1.33.1</fixVersion>
                                    <component>Compass</component>
                    <component>Indexes</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="4861146" author="xgen-internal-githook" created="Wed, 28 Sep 2022 10:15:20 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Basit&apos;, &apos;email&apos;: &apos;1305718+mabaasit@users.noreply.github.com&apos;, &apos;username&apos;: &apos;mabaasit&apos;}
&lt;p&gt;Message: fix(index-model): text index is not compound &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5386&quot; title=&quot;Single field Text Index being reported as &amp;quot;Compound&amp;quot;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5386&quot;&gt;&lt;del&gt;COMPASS-5386&lt;/del&gt;&lt;/a&gt; (#3385)&lt;/p&gt;

&lt;p&gt;Co-authored-by: Rhys &amp;lt;Anemy@users.noreply.github.com&amp;gt;&lt;br/&gt;
Branch: update-compass-shell-to-shared-config&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/ab383763514672fc5295c3b6d96b3b540144ca0c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/ab383763514672fc5295c3b6d96b3b540144ca0c&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4792050" author="xgen-internal-githook" created="Wed, 31 Aug 2022 15:02:56 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Basit&apos;, &apos;email&apos;: &apos;1305718+mabaasit@users.noreply.github.com&apos;, &apos;username&apos;: &apos;mabaasit&apos;}
&lt;p&gt;Message: fix(index-model): text index is not compound &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5386&quot; title=&quot;Single field Text Index being reported as &amp;quot;Compound&amp;quot;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5386&quot;&gt;&lt;del&gt;COMPASS-5386&lt;/del&gt;&lt;/a&gt; (#3385)&lt;/p&gt;

&lt;p&gt;Co-authored-by: Rhys &amp;lt;Anemy@users.noreply.github.com&amp;gt;&lt;br/&gt;
Branch: 1.33-releases&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/ab383763514672fc5295c3b6d96b3b540144ca0c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/ab383763514672fc5295c3b6d96b3b540144ca0c&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4789101" author="xgen-internal-githook" created="Tue, 30 Aug 2022 17:02:46 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Basit&apos;, &apos;email&apos;: &apos;1305718+mabaasit@users.noreply.github.com&apos;, &apos;username&apos;: &apos;mabaasit&apos;}
&lt;p&gt;Message: fix(index-model): text index is not compound &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5386&quot; title=&quot;Single field Text Index being reported as &amp;quot;Compound&amp;quot;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5386&quot;&gt;&lt;del&gt;COMPASS-5386&lt;/del&gt;&lt;/a&gt; (#3385)&lt;/p&gt;

&lt;p&gt;Co-authored-by: Rhys &amp;lt;Anemy@users.noreply.github.com&amp;gt;&lt;br/&gt;
Branch: compass-settings&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/ab383763514672fc5295c3b6d96b3b540144ca0c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/ab383763514672fc5295c3b6d96b3b540144ca0c&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4784717" author="xgen-internal-githook" created="Mon, 29 Aug 2022 17:53:53 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Basit&apos;, &apos;email&apos;: &apos;1305718+mabaasit@users.noreply.github.com&apos;, &apos;username&apos;: &apos;mabaasit&apos;}
&lt;p&gt;Message: fix(index-model): text index is not compound &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5386&quot; title=&quot;Single field Text Index being reported as &amp;quot;Compound&amp;quot;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5386&quot;&gt;&lt;del&gt;COMPASS-5386&lt;/del&gt;&lt;/a&gt; (#3385)&lt;/p&gt;

&lt;p&gt;Co-authored-by: Rhys &amp;lt;Anemy@users.noreply.github.com&amp;gt;&lt;br/&gt;
Branch: &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5971&quot; title=&quot;Importing JSON document from file drops deeply nested fields&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5971&quot;&gt;&lt;del&gt;COMPASS-5971&lt;/del&gt;&lt;/a&gt;-fix-import-deep-json&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/ab383763514672fc5295c3b6d96b3b540144ca0c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/ab383763514672fc5295c3b6d96b3b540144ca0c&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4779673" author="xgen-internal-githook" created="Fri, 26 Aug 2022 15:11:25 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Basit&apos;, &apos;email&apos;: &apos;1305718+mabaasit@users.noreply.github.com&apos;, &apos;username&apos;: &apos;mabaasit&apos;}
&lt;p&gt;Message: fix(index-model): text index is not compound &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5386&quot; title=&quot;Single field Text Index being reported as &amp;quot;Compound&amp;quot;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5386&quot;&gt;&lt;del&gt;COMPASS-5386&lt;/del&gt;&lt;/a&gt; (#3385)&lt;/p&gt;

&lt;p&gt;Co-authored-by: Rhys &amp;lt;Anemy@users.noreply.github.com&amp;gt;&lt;br/&gt;
Branch: connection-info-modal&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/ab383763514672fc5295c3b6d96b3b540144ca0c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/ab383763514672fc5295c3b6d96b3b540144ca0c&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4775887" author="xgen-internal-githook" created="Thu, 25 Aug 2022 09:09:24 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Basit&apos;, &apos;email&apos;: &apos;1305718+mabaasit@users.noreply.github.com&apos;, &apos;username&apos;: &apos;mabaasit&apos;}
&lt;p&gt;Message: fix(index-model): text index is not compound &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5386&quot; title=&quot;Single field Text Index being reported as &amp;quot;Compound&amp;quot;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5386&quot;&gt;&lt;del&gt;COMPASS-5386&lt;/del&gt;&lt;/a&gt; (#3385)&lt;/p&gt;

&lt;p&gt;Co-authored-by: Rhys &amp;lt;Anemy@users.noreply.github.com&amp;gt;&lt;br/&gt;
Branch: &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5941&quot; title=&quot;Add the refresh button to fetch indexes&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5941&quot;&gt;&lt;del&gt;COMPASS-5941&lt;/del&gt;&lt;/a&gt;-refresh-indexes&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/ab383763514672fc5295c3b6d96b3b540144ca0c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/ab383763514672fc5295c3b6d96b3b540144ca0c&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4775816" author="xgen-internal-githook" created="Thu, 25 Aug 2022 08:28:11 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Basit&apos;, &apos;email&apos;: &apos;1305718+mabaasit@users.noreply.github.com&apos;, &apos;username&apos;: &apos;mabaasit&apos;}
&lt;p&gt;Message: fix(index-model): text index is not compound &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5386&quot; title=&quot;Single field Text Index being reported as &amp;quot;Compound&amp;quot;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5386&quot;&gt;&lt;del&gt;COMPASS-5386&lt;/del&gt;&lt;/a&gt; (#3385)&lt;/p&gt;

&lt;p&gt;Co-authored-by: Rhys &amp;lt;Anemy@users.noreply.github.com&amp;gt;&lt;br/&gt;
Branch: main&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/ab383763514672fc5295c3b6d96b3b540144ca0c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/ab383763514672fc5295c3b6d96b3b540144ca0c&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="352964" name="Screen Shot 2021-12-30 at 2.38.32 PM-1.png" size="171180" author="dave.walker@mongodb.com" created="Thu, 30 Dec 2021 22:40:28 +0000"/>
                            <attachment id="352965" name="Screen Shot 2021-12-30 at 2.38.49 PM.png" size="64707" author="dave.walker@mongodb.com" created="Thu, 30 Dec 2021 22:40:28 +0000"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>7.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_13552" key="com.go2group.jira.plugin.crm:crm_generic_field">
                        <customfieldname>Case</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[[5002K000010GZD9QAO]]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Fri, 10 Jun 2022 10:17:39 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        1 year, 19 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_10257" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Documentation Changes</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="11861"><![CDATA[Not Needed]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_10857" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>COMPASS-5485</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>luke.bonanomi@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            1 year, 19 weeks ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>basit.chonka@mongodb.com</customfieldvalue>
            <customfieldvalue>dave.walker@mongodb.com</customfieldvalue>
            <customfieldvalue>xgen-internal-githook</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i0fqrz:</customfieldvalue>

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

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