Hi Naresh, The CMIS spec doesn't provide case insensitive queries. There are repository specific extension, though.
Florian On 29/09/2011 00:58, Naresh Bhatia wrote: > Is it possible to query a repository for a document name ignoring the case? > What I have right now is this: > > SELECT cmis:objectId FROM cmis:document WHERE cmis:name LIKE '%debt%'" > > but it does not pick up documents that have "Debt" for example. > > Thanks. > Naresh >
