Skip to content

Manual filtering bug with Supabase #11998

Description

@QrabblApp

Bug Description

If you search many rows and want to combine filters manually, and use the same field twice or more, only the last field gets filtered on. For example, you can't filter on: created_at > now and created_at < now+15.
Then there will be only filtered created_at < now+15.
Scherm­afbeelding 2024-12-02 om 10 11 31

To Reproduce

Add supabase node, get many rows, and use 2 filters on the same field.

Expected behavior

I'm expecting it to filter on both, as 'must match: all filters' is on.

Operating System

Cloud

n8n Version

1.69.2

Node.js Version

Cloud

Database

PostgreSQL

Execution mode

main (default)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions