06-25-2011 08:21 PM
06-26-2011 06:22 AM
if (tag != null && tag.length() != 0)
{
queryBuilder.append("+@ws\\:tags:\"");
queryBuilder.append(tag);
queryBuilder.append("\" ");
}
var query = section.createQuery();
query.setPhrase("Phrase to search for");
query.setTag("Tag to search for");
var results = section.search(query);
06-26-2011 08:24 AM
In my spare time I am also working on a more intelligent caching mechanism that will cache binaries in the web tier but automatically detect when a cached entity needs to be refreshed. Similar to what is done with the asset metadata and asset collections.
06-26-2011 12:53 PM
06-29-2011 07:58 AM
07-15-2011 07:08 AM
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.