07-04-2006 12:24 PM
<#if args.idCliente?exists>
<#assign idCliente = args.idCliente>
<#assign searchString = "@custom\\:idCliente:" + idCliente>
</#if>
<table cellpadding="2" cellspacing="2" border="0" width="100%" style="font-size: x-small;">
<#list companyhome.childrenByLuceneSearch[searchString] as child>
…
<#list companyhome.childrenByLuceneSearch[searchString]?sort=name as child>
where name is a property of the document.07-05-2006 11:25 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.