09-22-2011 09:39 AM
11-20-2011 09:03 AM
<#list companyhome.childrenByLuceneSearch["TEXT:alfresco* AND TEXT:tutorial*"]?sort_by([custom:yourCustomField]) as child>
…
…
</#list>
Hope this helps.
12-18-2012 10:58 AM
<#list companyhome.childrenByLuceneSearch["
+(@cm\\:modifier:\"${person.properties.userName}\"
OR
@cm\\:creator:\"${person.properties.userName}\")
+PATH:\".//*\"
"]?sort_by([cm:modified]) as child>
</#list>
12-18-2012 11:10 AM
sort_by(["cm:modified"])
Hope this helps.
12-19-2012 03:27 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.