Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new filters for case insensitive match _contains_insensitive , _starts_with_insensitive, _ends_with_insensitive #3293

Closed
Tracked by #1837
saihaj opened this issue Feb 26, 2022 · 0 comments · Fixed by #3294

Comments

@saihaj
Copy link
Member

saihaj commented Feb 26, 2022

Reasonable on breaking existing dapps - @lutter @saihaj @dotansimha what do you think about introducing a new i_contains, i_starts_with option in the where, to provide specific case insensitive behaviour? My instinct is that the case-sensitivity is not what most users would expect, but I can't think of an easy way to validate if dapps are relying on it.

We are addressing the database locale issue separately: #3118

Originally posted by @azf20 in #3191 (comment)

@saihaj saihaj changed the title Add new filters for case insensitive match _contains_insensitive , _starts_with_insensitive, _ends_with_insensitive Add new filters for case insensitive match _contains_insensitive , _starts_with_insensitive, _ends_with_insensitive Feb 26, 2022
@dotansimha dotansimha moved this to In Progress in GraphQL API Mar 9, 2022
@dotansimha dotansimha moved this from In Progress to In review in GraphQL API Mar 9, 2022
Repository owner moved this from In review to Done in GraphQL API Mar 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant