a8m / a8m/rql

Filter and sort known fields by default

未关闭
#5 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
help wanted
主要语言
Go
星标
367
派生
43
PR 合并指标
30 天内没有已合并 PR

描述

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:
```go
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.

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。