06-19-2017 02:07 PM
I am trying to come up with a CMIS query to find all folders that have a cmis:name value with only 2 characters.
Is this possible with CMIS?
06-19-2017 02:24 PM
Figured it out.
SELECT cmis:name FROM cmis:folder WHERE CONTAINS('cmis:name:"??"') and cmis:baseTypeId='cmis:folder'
Seems to work.
Explore our Alfresco products with the links below. Use labels to filter content by product module.