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)
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)