<?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 Sorting and Filtering in Activiti Rest in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/sorting-and-filtering-in-activiti-rest/m-p/206915#M160045</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;As part of our Activiti implementation, we are building a UI that connects to the Activiti REST interface, and we have noticed some perculiarities with the filtering and sorting functions of the REST interface and Activiti in general.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It seems that the sorting on Ids is done as text, so you would receive the response in an odd order, such as:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;22&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;instead of:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;22&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, when using 'nameLike' or similar for filtering, it seems to be case sensitive.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there any way to work around these two issues?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Nov 2014 07:13:32 GMT</pubDate>
    <dc:creator>mhanrahan</dc:creator>
    <dc:date>2014-11-05T07:13:32Z</dc:date>
    <item>
      <title>Sorting and Filtering in Activiti Rest</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/sorting-and-filtering-in-activiti-rest/m-p/206915#M160045</link>
      <description>As part of our Activiti implementation, we are building a UI that connects to the Activiti REST interface, and we have noticed some perculiarities with the filtering and sorting functions of the REST interface and Activiti in general.It seems that the sorting on Ids is done as text, so you would rec</description>
      <pubDate>Wed, 05 Nov 2014 07:13:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/sorting-and-filtering-in-activiti-rest/m-p/206915#M160045</guid>
      <dc:creator>mhanrahan</dc:creator>
      <dc:date>2014-11-05T07:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting and Filtering in Activiti Rest</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/sorting-and-filtering-in-activiti-rest/m-p/206916#M160046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The id is a string, so indeed string ordering is done if you dont provide any specific ordering.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;case sensitive will depend on your db. Some db's are case insensitive, some arent.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2014 13:07:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/sorting-and-filtering-in-activiti-rest/m-p/206916#M160046</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2014-11-05T13:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting and Filtering in Activiti Rest</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/sorting-and-filtering-in-activiti-rest/m-p/206917#M160047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm using MySQL, which as far as I can tell, isn't case sensitive for LIKE by default.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2014 02:35:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/sorting-and-filtering-in-activiti-rest/m-p/206917#M160047</guid>
      <dc:creator>mhanrahan</dc:creator>
      <dc:date>2014-11-06T02:35:47Z</dc:date>
    </item>
  </channel>
</rss>

