Match only rows where column and value have an element in common.
column
value
try await supabase .from("cities") .select("name, main_exports") .overlaps("main_exports", value: ["exports", "tourism"])