How to Query case insensitive in Alfresco Solr search ?
Using Alfresco Community - 5.0.0 version.Below query using Solr returned result :1st Query : select cmisbjectId from TEST:doc where TEST:docType = 'Type1' But we want the case-insensitive search if there are docType value 'type1' || 'TYPE1' || 'tYpe1...