Can I use CMIS to query for the unique property values of an object type? Can I use the distinct or group by clause?
eg: select distinct cmis:name from dl:dataList OR select cmis:name from dl:dataList group by cmis:name
If not, what is the alternate in Alfresco because doing this outside Alfresco will be a big performance hit and it would sound like a big limitation for the Alfresco product.