<?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 do case insensitive search using nxql in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/do-case-insensitive-search-using-nxql/m-p/325743#M12744</link>
    <description>&lt;P&gt;i'm using Nxql to do search on my custom document types, but i've noticed that with this NXQL query :&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;&amp;lt;fixedPart&amp;gt;
                ecm:isCheckedInVersion = 0 AND
        				ecm:mixinType != 'HiddenInNavigation' AND 
        				ecm:currentLifeCycleState != 'deleted' AND ecm:parentId = ? AND
        				ecm:primaryType = 'fiche_technique' 
          &amp;lt;/fixedPart&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;the search is case sentitive,  i mean "work"  and "Work" are not the same with this query , can you tell what should i add in order to have a case insentitive search ?&lt;/P&gt;</description>
    <pubDate>Tue, 18 Aug 2015 11:21:17 GMT</pubDate>
    <dc:creator>ITShine_</dc:creator>
    <dc:date>2015-08-18T11:21:17Z</dc:date>
    <item>
      <title>do case insensitive search using nxql</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/do-case-insensitive-search-using-nxql/m-p/325743#M12744</link>
      <description>&lt;P&gt;i'm using Nxql to do search on my custom document types, but i've noticed that with this NXQL query :&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;&amp;lt;fixedPart&amp;gt;
                ecm:isCheckedInVersion = 0 AND
        				ecm:mixinType != 'HiddenInNavigation' AND 
        				ecm:currentLifeCycleState != 'deleted' AND ecm:parentId = ? AND
        				ecm:primaryType = 'fiche_technique' 
          &amp;lt;/fixedPart&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;the search is case sentitive,  i mean "work"  and "Work" are not the same with this query , can you tell what should i add in order to have a case insentitive search ?&lt;/P&gt;</description>
      <pubDate>Tue, 18 Aug 2015 11:21:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/do-case-insensitive-search-using-nxql/m-p/325743#M12744</guid>
      <dc:creator>ITShine_</dc:creator>
      <dc:date>2015-08-18T11:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: do case insensitive search using nxql</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/do-case-insensitive-search-using-nxql/m-p/325744#M12745</link>
      <description>&lt;P&gt;hello,&lt;/P&gt;
&lt;P&gt;you need to use the &lt;EM&gt;ILIKE&lt;/EM&gt; operator to do case insensitive search.&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Tue, 18 Aug 2015 11:58:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/do-case-insensitive-search-using-nxql/m-p/325744#M12745</guid>
      <dc:creator>Thierry_Martins</dc:creator>
      <dc:date>2015-08-18T11:58:04Z</dc:date>
    </item>
  </channel>
</rss>

