Is it possible to query via CMIS for text results with a specific length?

cancel
Showing results for 
Search instead for 
Did you mean: 
josh_barrett
Active Member II

Is it possible to query via CMIS for text results with a specific length?

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?

1 Reply
josh_barrett
Active Member II

Re: Is it possible to query via CMIS for text results with a specific length?

Figured it out.  

SELECT cmis:name FROM cmis:folder WHERE CONTAINS('cmis:name:"??"') and cmis:baseTypeId='cmis:folder'

Seems to work.