-
Couldn't load subscription status.
- Fork 17
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Bug report
Describe the bug
I have a query that searches if a string is into a column called email. It works really well unless you search for emails that contain a +.
For example:
- [email protected] would work perfectly
- [email protected] would not work
Both are valid emails and it should return the object.
Here's how I look for it:
queryBuilder.ilike(column: "email", value: "%[email protected]%")
To Reproduce
Search in a column for a string that contains a +.
Expected behavior
It should work with and without the +.
System information
- OS: macOS Ventura 13.3
- Version of supabase-ios: 0.2.1
guillego
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working