0

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!

why
  • 23,923
  • 29
  • 97
  • 142

1 Answers1

0

Use String's downcase method?

davidkovsky
  • 1,147
  • 8
  • 10