<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:20:20 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-9413] Text search seems to support solely alpha characters</title>
                <link>https://jira.mongodb.org/browse/SERVER-9413</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;I&apos;m not certain if it&apos;s the case, but from my testing it seems that text search supports only alphabetical characters, and I&apos;m unable to do exact searches on text that contains semicolons, forward slashes, etc. This may be intentional but it&apos;s caused some limitations for me.&lt;/p&gt;</description>
                <environment>Ubuntu</environment>
        <key id="72479">SERVER-9413</key>
            <summary>Text search seems to support solely alpha characters</summary>
                <type id="4" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14710&amp;avatarType=issuetype">Improvement</type>
                                            <priority id="4" iconUrl="https://jira.mongodb.org/images/icons/priorities/minor.svg">Minor - P4</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="3">Duplicate</resolution>
                                        <assignee username="rassi">J Rassi</assignee>
                                    <reporter username="bpicolo">Ben Picolo</reporter>
                        <labels>
                            <label>indexes</label>
                            <label>text</label>
                    </labels>
                <created>Sat, 20 Apr 2013 14:43:03 +0000</created>
                <updated>Wed, 10 Dec 2014 23:05:44 +0000</updated>
                            <resolved>Sat, 20 Apr 2013 19:57:13 +0000</resolved>
                                    <version>2.4.2</version>
                                                    <component>Text Search</component>
                                        <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="317779" author="rassi@10gen.com" created="Sat, 20 Apr 2013 19:57:13 +0000"  >&lt;p&gt;Sure.  Glad you&apos;ve been putting the feature to good use.&lt;/p&gt;</comment>
                            <comment id="317775" author="bpicolo" created="Sat, 20 Apr 2013 19:47:12 +0000"  >&lt;p&gt;The release candidate fixed the problem, thanks.&lt;/p&gt;</comment>
                            <comment id="317748" author="bpicolo" created="Sat, 20 Apr 2013 18:25:24 +0000"  >&lt;p&gt;I&apos;ll try that out. Thank you.&lt;/p&gt;

&lt;p&gt;Great work on the text search so far by the way. It&apos;s been an huge ease to implement relative to other solutions, and has been very useful.&lt;/p&gt;</comment>
                            <comment id="317746" author="rassi@10gen.com" created="Sat, 20 Apr 2013 18:20:58 +0000"  >&lt;blockquote&gt;
&lt;p&gt;To be honest, I don&apos;t know if this is an unusual request or thing for a text index to do, but it&apos;s a limitation I met with for getting exact results.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Nope, you&apos;ve actually encountered a bug, first reported at &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-9214&quot; title=&quot;Phrase search won&amp;#39;t match phrases that aren&amp;#39;t space-delimited&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-9214&quot;&gt;&lt;del&gt;SERVER-9214&lt;/del&gt;&lt;/a&gt;, for which a fix has been committed and backported to 2.4.  The fix will be in 2.4.3, which hasn&apos;t been released yet, but it&apos;s in 2.4.3-rc0, which has already gone out.  Could you see if you can reproduce your issue in 2.4.3-rc0?  It&apos;s available for download at &amp;lt;&lt;a href=&quot;http://www.mongodb.org/downloads&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://www.mongodb.org/downloads&lt;/a&gt;&amp;gt;.&lt;/p&gt;</comment>
                            <comment id="317736" author="bpicolo" created="Sat, 20 Apr 2013 18:04:18 +0000"  >&lt;p&gt;Well, in this case, I have some fields that look something like &quot;1/Blue/Blue&quot;.  So an example document might be.&lt;/p&gt;

&lt;p&gt;( _id: 1, text: &quot;This is searched perfectly when under a text index&quot;, text2: &quot;This/is/not&quot;, test3: &quot;this;also;is;not&quot; } . The text index will give me results if I ask it for &quot;This also is not&quot;, but I definitely don&apos;t appear to be able to perform an exact match on &quot;This/is/not&quot;, (in fact searching db.collection.runCommand( &quot;text&quot;, &lt;/p&gt;
{search: &quot;\&quot;This/is/not\&quot;&quot; }
&lt;p&gt; ) gives me no results whatsoever in this case).&lt;/p&gt;

&lt;p&gt;To be honest, I don&apos;t know if this is an unusual request or thing for a text index to do, but it&apos;s a limitation I met with for getting exact results.&lt;/p&gt;</comment>
                            <comment id="317728" author="rassi@10gen.com" created="Sat, 20 Apr 2013 17:44:15 +0000"  >&lt;p&gt;Can you give an example document, and an example search you&apos;d expect to match that document?&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                            <outwardlinks description="duplicates">
                                        <issuelink>
            <issuekey id="70506">SERVER-9214</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>6.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Sat, 20 Apr 2013 17:44:15 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        10 years, 43 weeks, 4 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>
                            10 years, 43 weeks, 4 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>bpicolo</customfieldvalue>
            <customfieldvalue>rassi</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrmwcn:</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>50224</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|ht031b:</customfieldvalue>

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