05-19-2008 12:31 PM
05-19-2008 01:23 PM
05-19-2008 03:18 PM
05-23-2008 10:18 PM
var docs = search.luceneSearch("TEXT:alfresco");
logFile.content = docs.map( function(element, index, array)
{ return ("Name: " + element.name + "\tPath: " + element.displayPath); }
).join( "\r\n" );
var docs = search.luceneSearch("TEXT:alfresco");
logFile.content = docs.reduce( function(previous, element, index, array)
{return (previous + "Name: " + element.name + "\tPath: " + element.displayPath + "\r\n");},
"" );
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.