Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow FieldPaths in sorting #33325

Open
bratseth opened this issue Feb 14, 2025 · 0 comments
Open

Allow FieldPaths in sorting #33325

bratseth opened this issue Feb 14, 2025 · 0 comments
Assignees
Milestone

Comments

@bratseth
Copy link
Member

You can sort on an attribute in a query by the attribute name: sorting=myAttribute
You can also sort on map keys and values using sorting=myMap.key and sorting=myMap.value

By also supporting fieldPaths, we could also support e.g sorting=myMap{myKey} to sort on the values at a specific key.

@hmusum hmusum added this to the later milestone Feb 19, 2025
@hmusum hmusum self-assigned this Feb 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

2 participants