Hi guys,

I'm using the pageable interface in my repository methods and I'm supplying a sort. My sort needs to be case insensitive though and it doesn't seem like Sort supports this. My desired result would be:

Amber
foobar
Google
zoo

instead of:
Amber
Google
foobar
zoo

Any ideas on how I could change this would be appreciated.