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

Support sort segments in path expressions #4

Open
shortercode opened this issue Nov 23, 2022 · 0 comments
Open

Support sort segments in path expressions #4

shortercode opened this issue Nov 23, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@shortercode
Copy link
Collaborator

Path expressions can include segments that sort the incoming data. We support parsing these but do not evaluate them at this time. They are slightly complicated in that they support sorting by multiple criteria, so this will require a slightly more complex implementation and careful consideration of JSONata behaviour.

It's not clear at this time if sorting occurs over an entire match of a path expression or just on the current branch ( like filters ).

@shortercode shortercode added the enhancement New feature or request label Nov 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant