<?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: Searching with multiple sort keys in FreeMarker / Lucene in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/searching-with-multiple-sort-keys-in-freemarker-lucene/m-p/142379#M99676</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;?sort_by('type',['properties','cm:name']) sorry&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Nov 2012 07:28:34 GMT</pubDate>
    <dc:creator>savic_prvoslav</dc:creator>
    <dc:date>2012-11-16T07:28:34Z</dc:date>
    <item>
      <title>Searching with multiple sort keys in FreeMarker / Lucene</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/searching-with-multiple-sort-keys-in-freemarker-lucene/m-p/142374#M99671</link>
      <description>Hello,When running a Lucene query from a template one can specify a "sort_by" clause to sort the results. Is it possible to specify several sort keys instead of onen (for instance lastname and then firstname) ?</description>
      <pubDate>Thu, 06 Dec 2007 09:47:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/searching-with-multiple-sort-keys-in-freemarker-lucene/m-p/142374#M99671</guid>
      <dc:creator>rivarola</dc:creator>
      <dc:date>2007-12-06T09:47:11Z</dc:date>
    </item>
    <item>
      <title>Re: Searching with multiple sort keys in FreeMarker / Lucene</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/searching-with-multiple-sort-keys-in-freemarker-lucene/m-p/142375#M99672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm not sure you can do that in a single op - you may have to call ?sort_by twice.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It might be worth requesting this feature on the FreeMarker dev list.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kevin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2008 10:53:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/searching-with-multiple-sort-keys-in-freemarker-lucene/m-p/142375#M99672</guid>
      <dc:creator>kevinr</dc:creator>
      <dc:date>2008-01-03T10:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: Searching with multiple sort keys in FreeMarker / Lucene</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/searching-with-multiple-sort-keys-in-freemarker-lucene/m-p/142376#M99673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Kevin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So is there a way to sort by more than one field?&amp;nbsp; Because I was unable to do figure out a way.&amp;nbsp;&amp;nbsp; I want to be able to sort by multiple properties of an object.&amp;nbsp; Could you provide a simple example of how a person would call sort_by twice in a list for freemarker??&amp;nbsp; Would that be the way to go, or you don't know for sure&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2008 22:10:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/searching-with-multiple-sort-keys-in-freemarker-lucene/m-p/142376#M99673</guid>
      <dc:creator>tsgpartner_mui</dc:creator>
      <dc:date>2008-01-14T22:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: Searching with multiple sort keys in FreeMarker / Lucene</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/searching-with-multiple-sort-keys-in-freemarker-lucene/m-p/142377#M99674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've not tried to do it myself.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kevin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2008 09:40:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/searching-with-multiple-sort-keys-in-freemarker-lucene/m-p/142377#M99674</guid>
      <dc:creator>kevinr</dc:creator>
      <dc:date>2008-01-15T09:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: Searching with multiple sort keys in FreeMarker / Lucene</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/searching-with-multiple-sort-keys-in-freemarker-lucene/m-p/142378#M99675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hell yea, this works.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;current.children?sort_by('type')?sort_by(['properties','cm:name'])&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2012 14:51:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/searching-with-multiple-sort-keys-in-freemarker-lucene/m-p/142378#M99675</guid>
      <dc:creator>savic_prvoslav</dc:creator>
      <dc:date>2012-11-14T14:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: Searching with multiple sort keys in FreeMarker / Lucene</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/searching-with-multiple-sort-keys-in-freemarker-lucene/m-p/142379#M99676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;?sort_by('type',['properties','cm:name']) sorry&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2012 07:28:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/searching-with-multiple-sort-keys-in-freemarker-lucene/m-p/142379#M99676</guid>
      <dc:creator>savic_prvoslav</dc:creator>
      <dc:date>2012-11-16T07:28:34Z</dc:date>
    </item>
  </channel>
</rss>

