JsonApiDotNetCore icon indicating copy to clipboard operation
JsonApiDotNetCore copied to clipboard

Support using query string parameters on JSON-mapped columns

Open bkoelman opened this issue 1 year ago • 2 comments

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.

bkoelman avatar Jan 14 '24 12:01 bkoelman