06-10-2013 01:00 PM
<type name="test:document">
<title>Test Dokument</title>
<description>Ein test Dokument</description>
<parent>cm:content</parent>
<property name="test:values">
<type>d:int</type>
<mandatory>false</mandatory>
<multiple>true</multiple>
<index enabled="false"></index>
</property>
</type>
06-10-2013 01:30 PM
06-11-2013 04:00 AM
06-13-2013 10:13 AM
var arrayOfValues = [1, 2, 5];
var query = "";
for (var i in arrayOfValues) {
if (i > 0) {
query += " OR ";
}
query += "@test:values:" + arrayOfValues;
}
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.