Supabase's Postgres Changes feature now supports three new capabilities: AND-combined multi-column filters (using comma-separated conditions), additional filter operators including like, ilike, is, match, imatch, and isdistinct (with not. prefix for inversion), and column selection so subscriptions only return specified fields. The primary key is always included in payloads. Column selection requires supabase-js 2.109.0+. Both improvements reduce billable message and egress costs. OR composition, array/JSON containment, full-text search, and range operators are not yet supported.
Table of contents
Filter on more than one column #More filter operators #Select which columns you receive #What this does to your usage #Things to know #What's not supported yet #Get started #47.9K Impressions