I have an indexed Author field in SOLR (which is just a text representing external author, which does not have account in Drupal). Now when I create exposed filter over this field it is case sensitive, which gives us pain in the head. So I cannot search lowercase and get uppercase and vice versa. For example when searching "ian", it gives me no results, since indexed field is "Ian".

Any solution/patch to this?

Comments

hideaway’s picture

Issue summary: View changes
hideaway’s picture

Issue summary: View changes
acidpotato’s picture

Status: Active » Closed (works as designed)

You should check your solr schema.xml and make tweaks there. There are many answers available online related to this issue. Search for solr case insensitive index, etc. Once you make a fix, you will have to reindex your solr index to see the changes. Feel free to reopen the issue if that doesn't work.