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
