Skip to content

Support using query string parameters on JSON-mapped columns #1439

Open
@bkoelman

Description

@bkoelman

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions