Skip to content

Support for filtering, projecting and sorting of nested fields #76

Open
@craigedmunds

Description

@craigedmunds

We want to be able to support sorting, paging & filtering of nested documents.

So given “transactions” records like

{
    user : {
      name : string, dob:date
    },
    created: date,
    amount: int
}}

You should be able to query things like:
?sort=user.name
?fields[transaction]=user.name
?filter[user.name][eq]=whatever

We’ve considered using a different framework, and are happy to contribute if a design is agreed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions