Supabase query parameters

I am struggling to filter my foods_table based on the barcode. What is the correct formula for the filter to work? There aren’t many resources for supabase filtering. Can anyone recommend videos or articles?

Hi @parle,

As Supabase uses PostgREST for API generation, this documentation is quite useful:

In your case I believe you need to put just
eq.Input5
in the “Value” field.

Best,
Victor.

Thank you, Victor, this worked perfectly.