Closed diedthreetimes closed 13 years ago
When using postgres, the StringComparators ("contains" especially) should be case insensitive.
This patch, at the very least, allows this behavior to be somewhat configurable, by overriding the like_operator method.
Thanks a lot for providing this fix
Any time:)
When using postgres, the StringComparators ("contains" especially) should be case insensitive.
This patch, at the very least, allows this behavior to be somewhat configurable, by overriding the like_operator method.