.or() expects you to use the raw PostgREST syntax for the filter names and values. .or('id.in.(6,7), arraycol.cs.{"a","b"}') // Use Postgres list () for in ...
確定! 回上一頁