Subject: Views filters with uppercase/lowercase criteria
Using v5.18, I have defined a view that contains four separate user defined filters (exposed filters). I have defined the filters as defaulting to "Contains". The user may enter search criteria for one or all filters, but the majority of searches are performed using a single filter.
I am running into a problem when a user enters the first letter of the criteria term in lowercase. If the underlying data is not entered in lowercase, 3 of the 4 filters will return no result. The fourth filter will return a result whether the user enters upper case or lower case letters.
The fourth filter does not seem to care which sentence case is used.
I've looked through the setup on the views but can not find any place where I can define an acceptable sentence case.
Any thoughts??