<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Search for an exact word in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/search-for-an-exact-word/m-p/111810#M31194</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/85499"&gt;@Yash_111&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's better to start a new thread explaining in full the issue you have and giving information about the environment, etc.&lt;/P&gt;
&lt;P&gt;HTH,&lt;/P&gt;</description>
    <pubDate>Tue, 27 Apr 2021 10:55:24 GMT</pubDate>
    <dc:creator>EddieMay</dc:creator>
    <dc:date>2021-04-27T10:55:24Z</dc:date>
    <item>
      <title>Search for an exact word</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/search-for-an-exact-word/m-p/111804#M31188</link>
      <description>&lt;P&gt;When performing a standard search through Alfresco Share which does a full text search using afts, does anyone know of a way to search for documents with an exact word?&amp;nbsp; For example, if I knew my document contained the word "accessibility" I'd want a way to find only documents that have that exact word and not one of its alternate forms.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As it stands, if I do a simple search for "accessibility" it will also return documents containing words such as "accessible", or "access".&amp;nbsp; This is nice except when you happen to know the exact form of the word you want.&amp;nbsp; I had hoped the equals operator would do what I'm asking but it appears it doesn't work the way I thought it would reading the docs (&lt;A href="https://docs.alfresco.com/5.2/concepts/rm-searchsyntax-exact.html" target="_blank" rel="noopener nofollow noreferrer"&gt;https://docs.alfresco.com/5.2/concepts/rm-searchsyntax-exact.html&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;I saw in another similar thread that there might be a ticket open for exact term searching not working properly (&lt;A href="https://issues.alfresco.com/jira/browse/SEARCH-1585" target="_blank" rel="noopener nofollow noreferrer"&gt;https://issues.alfresco.com/jira/browse/SEARCH-1585&lt;/A&gt;) but it's not publically viewable.&lt;/P&gt;&lt;P&gt;Currently using ACS 5.2.4 / Alfresco Search Services 1.3.0.5.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Neil&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2019 16:14:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/search-for-an-exact-word/m-p/111804#M31188</guid>
      <dc:creator>niele</dc:creator>
      <dc:date>2019-11-07T16:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: Search for an exact word</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/search-for-an-exact-word/m-p/111805#M31189</link>
      <description>&lt;P&gt;Try something like this:&lt;/P&gt;
&lt;DIV class="abstract"&gt;&lt;SPAN class="shortdesc"&gt;To search for an exact term, prefix the term with "=". This ensures that the term will not be tokenized, therefore you can search for stop words.&amp;nbsp;&lt;/SPAN&gt;If both FTS and ID base search are supported for a specified or implied property, then exact matching will be used where possible.&lt;/DIV&gt;
&lt;P class="p"&gt;For example, the following query will match&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SAMP class="ph codeph"&gt;running&lt;/SAMP&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;but will not be tokenized. If you are using stemming it might not match anything.&lt;/P&gt;
&lt;PRE class="pre codeblock prettyprint prettyprinted"&gt;&lt;SPAN class="pun"&gt;=&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;running&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P class="p"&gt;For the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SAMP class="ph codeph"&gt;cm:name&lt;/SAMP&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;field, which is in the index as both tokenized and untokenized, it will use the untokenized field. For example,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SAMP class="ph codeph"&gt;=part&lt;/SAMP&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;will only match the exact term "part". If you use&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SAMP class="ph codeph"&gt;=part*&lt;/SAMP&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;it will match additional terms, like "partners". If there is no untokenized field in the index, it will fall back to use the tokenized field, and then, with stemming/plurals, it would match.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2019 16:28:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/search-for-an-exact-word/m-p/111805#M31189</guid>
      <dc:creator>jljwoznica</dc:creator>
      <dc:date>2019-11-07T16:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: Search for an exact word</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/search-for-an-exact-word/m-p/111806#M31190</link>
      <description>&lt;P&gt;This is an open issue, exact term searching is not working at the moment.&lt;/P&gt;
&lt;P&gt;For your reference:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://issues.alfresco.com/jira/browse/SEARCH-1585" target="_blank" rel="nofollow noopener noreferrer"&gt;https://issues.alfresco.com/jira/browse/SEARCH-1585&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2019 16:45:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/search-for-an-exact-word/m-p/111806#M31190</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2019-11-07T16:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: Search for an exact word</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/search-for-an-exact-word/m-p/111807#M31191</link>
      <description>&lt;P&gt;Okay, thanks for the clarification and for making that ticket publically available to view assuming you just did that (I swear I wasn't able to view it this morning).&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2019 20:28:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/search-for-an-exact-word/m-p/111807#M31191</guid>
      <dc:creator>niele</dc:creator>
      <dc:date>2019-11-07T20:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: Search for an exact word</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/search-for-an-exact-word/m-p/111808#M31192</link>
      <description>&lt;P&gt;Yes, that was private. I opened the ticket yesterday.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2019 08:08:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/search-for-an-exact-word/m-p/111808#M31192</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2019-11-08T08:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: Search for an exact word</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/search-for-an-exact-word/m-p/111809#M31193</link>
      <description>&lt;P&gt;using = as prefix wont work in version below search services 2.0 to match exact results right?&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="login-bold"&gt;&lt;A href="https://hub.alfresco.com/t5/user/viewprofilepage/user-id/5487" target="_self" rel="nofollow noopener noreferrer"&gt;@angelborroy&lt;/A&gt;&amp;nbsp;pls rply&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 06:26:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/search-for-an-exact-word/m-p/111809#M31193</guid>
      <dc:creator>Yash_111</dc:creator>
      <dc:date>2021-04-20T06:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: Search for an exact word</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/search-for-an-exact-word/m-p/111810#M31194</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/85499"&gt;@Yash_111&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's better to start a new thread explaining in full the issue you have and giving information about the environment, etc.&lt;/P&gt;
&lt;P&gt;HTH,&lt;/P&gt;</description>
      <pubDate>Tue, 27 Apr 2021 10:55:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/search-for-an-exact-word/m-p/111810#M31194</guid>
      <dc:creator>EddieMay</dc:creator>
      <dc:date>2021-04-27T10:55:24Z</dc:date>
    </item>
  </channel>
</rss>

