Skip to content

Change _contains _starts_with, _ends_with functionality to be case insensitive #3116

@saihaj

Description

@saihaj

Making contains and starts_with case insensitive is a trivial change in the backend (replacing like with ilike in queries) One small wrinkle is that case-sensitivity is locale-dependent, and the response will depend on the locale in which the database is running, but that's not a new thing, we have that with ordering too. More a reminder that we need to define the locale for all these operations for the network.

Originally posted by @lutter in #1837 (comment)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions