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

Manual filtering bug with Supabase #11998

Closed
QrabblApp opened this issue Dec 2, 2024 · 1 comment · Fixed by #12429
Closed

Manual filtering bug with Supabase #11998

QrabblApp opened this issue Dec 2, 2024 · 1 comment · Fixed by #12429
Labels
in linear Issue or PR has been created in Linear for internal review

Comments

@QrabblApp
Copy link

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)

@Joffcom
Copy link
Member

Joffcom commented Dec 2, 2024

Hey @QrabblApp,

We have created an internal ticket to look into this which we will be tracking as "GHC-545"

@Joffcom Joffcom added the in linear Issue or PR has been created in Linear for internal review label Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in linear Issue or PR has been created in Linear for internal review
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants