03-10-2009 10:37 AM
03-11-2009 11:31 AM
nodes = search.luceneSearch("(PATH:\"/app:company_home/cm:Anam//*\") AND (TYPE:\"cm:folder\")","@cm:name",true);
// trae todo menos reglas
pagedResults = new Array();
for (i=0; i < nodes.length; i++ ) {
var node = nodes[i];
if (node != undefined && node.properties.title != null) {
pagedResults.push(node);
}
}
model.resultset = pagedResults;
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.