<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 04:22:53 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-30163] Additional terms in phrase search are implicitly ignored.</title>
                <link>https://jira.mongodb.org/browse/SERVER-30163</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;As currently specified, the &lt;a href=&quot;https://docs.mongodb.com/manual/reference/operator/query/text/#phrases&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;logic for phrase matching&lt;/a&gt; implicitly ignores any additional terms in the &lt;tt&gt;$search&lt;/tt&gt; string.&lt;/p&gt;

&lt;p&gt;For example, the &lt;tt&gt;$search&lt;/tt&gt; string:&lt;/p&gt;

&lt;p&gt;&lt;tt&gt;&quot;\&quot;ssl certificate\&quot; authority key&quot;&lt;/tt&gt;&lt;/p&gt;

&lt;p&gt;Shall be compiled to the following search:&lt;/p&gt;

&lt;p&gt;&lt;tt&gt;&quot;ssl certificate&quot; and (&quot;authority&quot; or &quot;key&quot; or &quot;ssl&quot; or &quot;certificate&quot; )&lt;/tt&gt;&lt;/p&gt;

&lt;p&gt;As you can see in the compiled search, all terms besides the phrase &quot;ssl certificate&quot; will be ignored. The search will match all strings that contain the phrase, and none other. In particular, strings that contain any of these additional terms - &quot;authority&quot;, &quot;key&quot;, or both - will not match unless they also contain the phrase.&lt;/p&gt;

&lt;p&gt;There are two problems with this behavior:&lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;It is surprising, counter-intuitive, and inconsistent with the behavior of regular text searches that do not contain phrases. As a user, I would not expect additional search terms to simply be ignored, certainly in this implicit manner, without any warnings. This is especially surprising given how normal matching works by creating an &quot;OR&quot; relation between the various terms.&lt;/li&gt;
	&lt;li&gt;It is less powerful than it could be. Specifying additional terms should allow the user to make meaningful refinements to their search.&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;Therefore, I propose that the &lt;tt&gt;$search&lt;/tt&gt; strings with a phrase will perform a logical &quot;OR&quot; between the phrase and any of the other phrases or terms in the string.&lt;/p&gt;

&lt;p&gt;So, for example, the string above will compile to:&lt;/p&gt;

&lt;p&gt;&lt;tt&gt;&quot;ssl certificate&quot; OR &quot;authority&quot; OR &quot;key&quot;&lt;/tt&gt;&lt;/p&gt;

&lt;p&gt;This behavior is consistent with the behavior of regular text searches (that do not contain phrases), and provides additional functionality when the user adds additional terms, instead of implicitly ignoring them as is done currently.&lt;/p&gt;

&lt;p&gt;Finally, this behavior conforms to &lt;a href=&quot;https://docs.mongodb.com/manual/text-search/#exact-phrase&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;parts of the manual that are currently wrong&lt;/a&gt;; see for example &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-10382&quot; title=&quot;Clarify if MongoDB text search is correct in manual or not&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-10382&quot;&gt;&lt;del&gt;DOCS-10382&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;</description>
                <environment></environment>
        <key id="404366">SERVER-30163</key>
            <summary>Additional terms in phrase search are implicitly ignored.</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</type>
                                            <priority id="4" iconUrl="https://jira.mongodb.org/images/icons/priorities/minor.svg">Minor - P4</priority>
                        <status id="10038" iconUrl="https://jira.mongodb.org/images/icons/subtask.gif" description="">Backlog</status>
                    <statusCategory id="2" key="new" colorName="default"/>
                                    <resolution id="-1">Unresolved</resolution>
                                        <assignee username="backlog-query-integration">Backlog - Query Integration</assignee>
                                    <reporter username="dunpeal">Dun Peal</reporter>
                        <labels>
                            <label>mql-semantics</label>
                            <label>qi-text-search</label>
                            <label>query-44-grooming</label>
                    </labels>
                <created>Sat, 15 Jul 2017 17:13:14 +0000</created>
                <updated>Wed, 27 Dec 2023 16:45:02 +0000</updated>
                                            <version>3.4.6</version>
                                                    <component>Text Search</component>
                                        <votes>1</votes>
                                    <watches>10</watches>
                                                                                                                <comments>
                            <comment id="2122301" author="xgen-internal-githook" created="Tue, 22 Jan 2019 04:39:46 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;email&apos;: &apos;stennie@cpan.org&apos;, &apos;name&apos;: &apos;Stephen Steneker&apos;, &apos;username&apos;: &apos;stennie&apos;}
&lt;p&gt;Message: Clarify current behaviour as per &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-30163&quot; title=&quot;Additional terms in phrase search are implicitly ignored.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-30163&quot;&gt;SERVER-30163&lt;/a&gt; (Additional terms in phrase search are implicitly ignored)&lt;br/&gt;
Branch: v3.2&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/docs/commit/312d6a598dc7a1504f963a7502eb2a3dfedcdc97&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/docs/commit/312d6a598dc7a1504f963a7502eb2a3dfedcdc97&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2122299" author="xgen-internal-githook" created="Tue, 22 Jan 2019 04:39:09 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;username&apos;: &apos;stennie&apos;, &apos;email&apos;: &apos;stennie@cpan.org&apos;, &apos;name&apos;: &apos;Stephen Steneker&apos;}
&lt;p&gt;Message: Clarify current behaviour as per &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-30163&quot; title=&quot;Additional terms in phrase search are implicitly ignored.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-30163&quot;&gt;SERVER-30163&lt;/a&gt; (Additional terms in phrase search are implicitly ignored)&lt;br/&gt;
Branch: v3.4&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/docs/commit/a97ab693e777e2e5af00edb8594ec8491aa551b1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/docs/commit/a97ab693e777e2e5af00edb8594ec8491aa551b1&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2122297" author="xgen-internal-githook" created="Tue, 22 Jan 2019 04:38:45 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;email&apos;: &apos;stennie@cpan.org&apos;, &apos;name&apos;: &apos;Stephen Steneker&apos;, &apos;username&apos;: &apos;stennie&apos;}
&lt;p&gt;Message: Clarify current behaviour as per &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-30163&quot; title=&quot;Additional terms in phrase search are implicitly ignored.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-30163&quot;&gt;SERVER-30163&lt;/a&gt; (Additional terms in phrase search are implicitly ignored)&lt;br/&gt;
Branch: v3.6&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/docs/commit/eb9974b3c2bb4a6fa7bbfc61f6dd9e42fc9ade7d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/docs/commit/eb9974b3c2bb4a6fa7bbfc61f6dd9e42fc9ade7d&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2122295" author="xgen-internal-githook" created="Tue, 22 Jan 2019 04:38:28 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;email&apos;: &apos;stennie@cpan.org&apos;, &apos;name&apos;: &apos;Stephen Steneker&apos;, &apos;username&apos;: &apos;stennie&apos;}
&lt;p&gt;Message: Clarify current behaviour as per &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-30163&quot; title=&quot;Additional terms in phrase search are implicitly ignored.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-30163&quot;&gt;SERVER-30163&lt;/a&gt; (Additional terms in phrase search are implicitly ignored)&lt;br/&gt;
Branch: v4.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/docs/commit/111afca2f1fab9a7773182f2ff221be444efcf69&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/docs/commit/111afca2f1fab9a7773182f2ff221be444efcf69&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2122293" author="xgen-internal-githook" created="Tue, 22 Jan 2019 04:37:46 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;username&apos;: &apos;stennie&apos;, &apos;email&apos;: &apos;stennie@cpan.org&apos;, &apos;name&apos;: &apos;Stephen Steneker&apos;}
&lt;p&gt;Message: Clarify current behaviour as per &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-30163&quot; title=&quot;Additional terms in phrase search are implicitly ignored.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-30163&quot;&gt;SERVER-30163&lt;/a&gt; (Additional terms in phrase search are implicitly ignored)&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/docs/commit/68e7e46a3095384ba533204a9db1edc61b7ee048&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/docs/commit/68e7e46a3095384ba533204a9db1edc61b7ee048&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1628595" author="ian@10gen.com" created="Fri, 21 Jul 2017 15:00:32 +0000"  >&lt;p&gt;Hi Dun, we definitely recognize that the current semantics are less than ideal, but we&apos;re not focusing on Text Search improvements for the current release.  We will definitely revisit this as we start planning for future releases.&lt;/p&gt;</comment>
                            <comment id="1623858" author="david.storch" created="Mon, 17 Jul 2017 17:37:43 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=dunpeal&quot; class=&quot;user-hover&quot; rel=&quot;dunpeal&quot;&gt;dunpeal&lt;/a&gt;,&lt;/p&gt;

&lt;p&gt;Thanks for raising this issue. We&apos;ve had some discussion internally around this, sparked by &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-10382&quot; title=&quot;Clarify if MongoDB text search is correct in manual or not&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-10382&quot;&gt;&lt;del&gt;DOCS-10382&lt;/del&gt;&lt;/a&gt;. You are suggesting a breaking change to the query language, which we do not take lightly. However, I do agree that the current text search semantics are weak, so it is quite possibly a breaking change worth making. I&apos;m sending this ticket to the Query Team for further consideration.&lt;/p&gt;

&lt;p&gt;Best,&lt;br/&gt;
Dave&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="264844">SERVER-22583</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="392594">DOCS-10382</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </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_12751" key="com.atlassian.jira.plugin.system.customfieldtypes:multiselect">
                        <customfieldname>Assigned Teams</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="25467"><![CDATA[Query Integration]]></customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Sat, 15 Jul 2017 19:44:30 +0000</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            5 years, 3 weeks, 1 day ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_10032" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Operating System</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10026"><![CDATA[ALL]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>backlog-query-integration</customfieldvalue>
            <customfieldvalue>david.storch@mongodb.com</customfieldvalue>
            <customfieldvalue>dunpeal</customfieldvalue>
            <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>ian@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|htayxj:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hr2cdj:</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_23361" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Requested By</customfieldname>
                        <customfieldvalues>
                                

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10750" key="com.atlassian.jira.plugin.system.customfieldtypes:textarea">
                        <customfieldname>Steps To Reproduce</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>&lt;p/&gt;
&lt;div id=&quot;syntaxplugin&quot; class=&quot;syntaxplugin&quot; style=&quot;border: 1px dashed #bbb; border-radius: 5px !important; overflow: auto; max-height: 30em;&quot;&gt;
&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; width=&quot;100%&quot; style=&quot;font-size: 1em; line-height: 1.4em !important; font-weight: normal; font-style: normal; color: black;&quot;&gt;
		&lt;tbody &gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;  margin-top: 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;db.stores.insert(&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;   [&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;     { _id: 1, name: &quot;Java Hut&quot;, description: &quot;Coffee and cakes&quot; },&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;     { _id: 2, name: &quot;Burger Buns&quot;, description: &quot;Gourmet hamburgers&quot; },&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;     { _id: 3, name: &quot;Coffee Shop&quot;, description: &quot;Just coffee&quot; },&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;     { _id: 4, name: &quot;Clothes Clothes Clothes&quot;, description: &quot;Discount clothing&quot; },&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;     { _id: 5, name: &quot;Java Shopping&quot;, description: &quot;Indonesian goods&quot; }&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;   ]&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   margin-bottom: 10px;  width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;)&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p/&gt;

&lt;p&gt;Then run the following text search:&lt;/p&gt;
&lt;p/&gt;
&lt;div id=&quot;syntaxplugin&quot; class=&quot;syntaxplugin&quot; style=&quot;border: 1px dashed #bbb; border-radius: 5px !important; overflow: auto; max-height: 30em;&quot;&gt;
&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; width=&quot;100%&quot; style=&quot;font-size: 1em; line-height: 1.4em !important; font-weight: normal; font-style: normal; color: black;&quot;&gt;
		&lt;tbody &gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;  margin-top: 10px;   margin-bottom: 10px;  width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;db.stores.find( { $text: { $search: &quot;java \&quot;coffee shop\&quot;&quot; } } )&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p/&gt;

&lt;p&gt;Only the one document containing the phrase &quot;coffee shop&quot; is returned. Documents containing the word &quot;java&quot; are not returned, and in fact having the term &quot;java&quot; in the search has no effect whatsoever on the results returned.&lt;/p&gt;</customfieldvalue>

                        </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|htal07:</customfieldvalue>

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