Question

I have a problem with case sensitivity - basically, searches only work when they are lowercase: even when it looks like the text stored in the index is uppercase.

How to deal with this, thanks!

Was it helpful?

Solution

Use String's downcase method?

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top