You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Entity Framework Core 8 adds improved support for filtering, sorting, and projecting JSON-mapped columns. And PostgreSQL support has been implemented since v8.
This issue tracks the work for implementing similar support for JSON:API. It would potentially enable filters such as /users?filter(equals(address.country,'Netherlands')) where Address is stored as a keyless JSON object in the Users table.
The text was updated successfully, but these errors were encountered:
Entity Framework Core 8 adds improved support for filtering, sorting, and projecting JSON-mapped columns. And PostgreSQL support has been implemented since v8.
This issue tracks the work for implementing similar support for JSON:API. It would potentially enable filters such as
/users?filter(equals(address.country,'Netherlands'))
whereAddress
is stored as a keyless JSON object in the Users table.The text was updated successfully, but these errors were encountered: