10-27-2009 10:16 AM
var results = search.luceneSearch(query);
l_search_docs.results = results;
10-28-2009 04:52 PM
var results = search.luceneSearch(query);
for (i in results)
{
if ( results.length > 1 && results[i].properties["cm:someproperty"] == "some value") //Check for duplicates, compare a property
{
results[i].remove(); // to remove the document, or anything else you want to do with it
}
}
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.