You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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)
The text was updated successfully, but these errors were encountered:
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.
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)
The text was updated successfully, but these errors were encountered: