LuzzoticaL
BuildShip2y ago
3 replies
Luzzotica

Luzzotica - How do I add multiple filters to a ...

How do I add multiple filters to a single supabase request node?

I have tried name=eq.VALUE1,email=eq.VALUE2

And
name=eq.VALUE1
email=eq.VALUE2


But no dice.

The documentation here says you can add multiple filters.

I'd love to know how. I plan on trying an array next I suppose.
Solution
That worked!

Use
&
with the filters. They are added to the URL as a query to supabase.
Was this page helpful?