Column matches a case-insensitive pattern
const { data, error } = await supabase
.from('cities')
.select('name, country_id')
.ilike('name', '%la%')
const { data, error } = await supabase
.from('cities')
.select('name, country_id')
.ilike('name', '%la%')
Not to worry, our specialist engineers are here to help. Submit a support ticket through the Dashboard.