06-30-2006 12:42 PM
companyhome.childrenByLuceneSearch["Client:SampleClient"]
<#assign x>
<#list companyhome.childrenByLuceneSearch["TEXT:public"] as n>
alex
</#list>
</#assign>
Number of docs: ${x?word_list?size}
06-30-2006 02:06 PM
@custom\:Client:SampleClient
Note that you need to escape the '\' character as it's also an escape character in FreeMarker So your final search string would look something like this:
@custom\\:Client:SampleClient
07-19-2006 01:27 PM
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.