I know this thread is older, but is anyone aware if this is still the case - I believe that would be YES…and if enhancement of the CMIS SQL rules (SQL-92 based) may perhaps address the LOWER() and UPPER() capability in CMIS 1.1.
If I am not mistaken, these can usually cost in performance in typical direct relational DB SQL queries. I suppose having the SQL queries return hits regardless of case of the text String values stored would be a problem, in general, for CMIS SQL implementations.
The example in the thread talks about cmis:name (a standard property), however if you add custom text properties to your model, say acme:category and acme:subCategory, one faces the same restriction regardless, I assume. It's about the CMIS SQL implementation and not the model properties themselves.
Since the underlying search engine is Solr (and or Lucene), is there any ability to configure for case-neutral search ability? (that might be a bit of reach so just throwing it out there).
Thanks.
Mark