Skip to content

ilike query not finding strings when it contains a + #46

@nyeu

Description

@nyeu

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:

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions