rql icon indicating copy to clipboard operation
rql copied to clipboard

Filter and sort known fields by default

Open a8m opened this issue 6 years ago • 0 comments

Sometimes, we embed structs that we don't have access to edit, but we still want to be able to filter and sort by them. For example:

type User struct {
    gorm.Model
    // ...
}

Therefore, I want to add support for filtering and sorting known fields. These fields can be part of the configuration of the parser with some default values.

a8m avatar Jun 11 '18 06:06 a8m