06-04-2010 11:58 AM
06-07-2010 11:52 AM
assets = search.query(
{
query: filterParams.query,
page:
{
maxItems: (filterParams.limitResults ? parseInt(filterParams.limitResults, 10) : 0)
},
sort: filterParams.sort
});
sort: [
{
column: "@{http://www.alfresco.org/model/content/1.0}name",
ascending: true
}]
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.