Skip to content

Feature request: ORM backend for the filtering #206

@maelp

Description

@maelp

The filtering widget is really cool for client-side filtering, but it would be nice to have an easy to setup way to create queries for a given "FilterState" on the backend, for when we use a backend filtering strategy, for instance something using Drizzle which would convert the array of filters {type, columnId, operator, values} to some actual Drizzle query to run it on the database (possibly limiting the range of allowed columns/operators to restrict queries and/or avoid slow queries). Ideally it would also suggest indices to speed-up those queries.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions