06-04-2007 08:55 AM
06-04-2007 10:07 AM
(
TYPE:"{http://www.alfresco.org/model/content/1.0}content" AND
(
(
<#list 1..terms?size as i>
@\\{http\\://www.alfresco.org/model/content/1.0\\}name:${terms[i - 1]} <#if (i < terms?size)> OR </#if>
</#list>
)
(
<#list 1..terms?size as i>
TEXT:${terms[i - 1]} <#if (i < terms?size)> OR </#if>
</#list>
)
)
)
the escaping of the namespace should be with single backslashes:@\{http\://www.alfresco.org/model/content/1.0\}name:
06-21-2007 09:11 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.