mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
- cosmetic changes as suggested by marketing eyes git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@4958 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
15 lines
343 B
Plaintext
15 lines
343 B
Plaintext
(
|
|
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>
|
|
)
|
|
)
|
|
) |