Ensure case insensitive search on postgres #927
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/search"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
This PR makes ensures an
ILIKE
query when using postgres to always ignore the casing when searching.Checklist
LIKE
vsILIKE
to a new helper function since XORM doesn't have one