<?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: Help with FTS query language case insensitive search in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/help-with-fts-query-language-case-insensitive-search/m-p/99223#M28814</link>
    <description>&lt;P&gt;&amp;nbsp;But this query is not Case-insensitive for me. Am i missing any settings or something else ?&lt;/P&gt;</description>
    <pubDate>Thu, 13 Aug 2020 12:08:06 GMT</pubDate>
    <dc:creator>Renesto</dc:creator>
    <dc:date>2020-08-13T12:08:06Z</dc:date>
    <item>
      <title>Help with FTS query language case insensitive search</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/help-with-fts-query-language-case-insensitive-search/m-p/99220#M28811</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I have a Query in CMIS that i want to be Case-Insensitive:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;TYPE:"aa:document" AND =cm:creator:exampleuser AND (@aafi:recipient:"example")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;@aafi:recipient is my custom Index Field in Solr (Datatype Text)&lt;/P&gt;&lt;P&gt;How do i Convert &lt;SPAN&gt;@aafi:recipient:"example"&lt;/SPAN&gt; into FTS Query Syntax ?&lt;/P&gt;&lt;P&gt;I've tried "CONVERT(cm:name:aafirecipient=example)" and a lot of things but either i just get every Document returned or an Error from SOLR. Maybe someone can help me with this one?&lt;/P&gt;</description>
      <pubDate>Thu, 13 Aug 2020 06:58:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/help-with-fts-query-language-case-insensitive-search/m-p/99220#M28811</guid>
      <dc:creator>Renesto</dc:creator>
      <dc:date>2020-08-13T06:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: Help with FTS query language case insensitive search</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/help-with-fts-query-language-case-insensitive-search/m-p/99221#M28812</link>
      <description>&lt;P&gt;I don't quite understand where your problem lies. The query&lt;/P&gt;
&lt;PRE&gt;TYPE:"aa:document" AND =cm:creator:exampleuser AND aafi:recipient:example&lt;/PRE&gt;
&lt;P&gt;would already be a FTS query for a term and would be executed in a case insensitive manner on the SOLR side of things provided your field is defined to be indexed in the content model.&lt;/P&gt;
&lt;P&gt;I am not sure of where you found the CONVERT example - I have never seen something like this with regards to Alfresco SOLR or CMIS/FTS query conversions.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Aug 2020 07:32:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/help-with-fts-query-language-case-insensitive-search/m-p/99221#M28812</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2020-08-13T07:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: Help with FTS query language case insensitive search</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/help-with-fts-query-language-case-insensitive-search/m-p/99222#M28813</link>
      <description>&lt;P&gt;TYPE:'aa:document' AND =cm:creator:exampleuser AND aafi:recipient:'example'&lt;/P&gt;&lt;P&gt;Please refer to&amp;nbsp;&lt;A href="https://docs.alfresco.com/6.0/concepts/rm-searchsyntax-intro.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.alfresco.com/6.0/concepts/rm-searchsyntax-intro.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Aug 2020 07:38:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/help-with-fts-query-language-case-insensitive-search/m-p/99222#M28813</guid>
      <dc:creator>kaynezhang</dc:creator>
      <dc:date>2020-08-13T07:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: Help with FTS query language case insensitive search</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/help-with-fts-query-language-case-insensitive-search/m-p/99223#M28814</link>
      <description>&lt;P&gt;&amp;nbsp;But this query is not Case-insensitive for me. Am i missing any settings or something else ?&lt;/P&gt;</description>
      <pubDate>Thu, 13 Aug 2020 12:08:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/help-with-fts-query-language-case-insensitive-search/m-p/99223#M28814</guid>
      <dc:creator>Renesto</dc:creator>
      <dc:date>2020-08-13T12:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: Help with FTS query language case insensitive search</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/help-with-fts-query-language-case-insensitive-search/m-p/99224#M28815</link>
      <description>&lt;P&gt;You should set tokenised to true or both in your aafi:recipient property definition .&lt;/P&gt;&lt;P&gt;In order to make the already existing nodes work ,you also need to rebuild your index&lt;/P&gt;&lt;PRE&gt;				&amp;lt;property name="aafi:recipient"&amp;gt;
					&amp;lt;title&amp;gt;****&amp;lt;/title&amp;gt;
					&amp;lt;description&amp;gt;****&amp;lt;/description&amp;gt;
					&amp;lt;type&amp;gt;d:text&amp;lt;/type&amp;gt;
					&amp;lt;mandatory&amp;gt;false&amp;lt;/mandatory&amp;gt;
					&amp;lt;index enabled="true"&amp;gt;
						&amp;lt;atomic&amp;gt;true&amp;lt;/atomic&amp;gt;
						&amp;lt;stored&amp;gt;false&amp;lt;/stored&amp;gt;
						&amp;lt;tokenised&amp;gt;both&amp;lt;/tokenised&amp;gt;
						&amp;lt;facetable&amp;gt;true&amp;lt;/facetable&amp;gt;
					&amp;lt;/index&amp;gt;
				&amp;lt;/property&amp;gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 13 Aug 2020 16:35:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/help-with-fts-query-language-case-insensitive-search/m-p/99224#M28815</guid>
      <dc:creator>kaynezhang</dc:creator>
      <dc:date>2020-08-13T16:35:16Z</dc:date>
    </item>
  </channel>
</rss>

