You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
typeUserstruct {
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: