Skip to content

Filtering nested properties #43

@GithubPatrick91

Description

@GithubPatrick91

Is it supported to filter nested object properties like following example?

class Company
{
   string Id;
   Website website;
}

class Website 
{
    string Id;
    string url;
}

And the sort field from the (companies table) frontend is like:
SortField: "website.url"

When i try to sort like this, an error occurs:

System.InvalidOperationException: 'Operation is not valid due to the current state of the object.'

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions