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

Add support for nested conditions in $filter #6

Open
Sjustein opened this issue May 6, 2024 · 0 comments
Open

Add support for nested conditions in $filter #6

Sjustein opened this issue May 6, 2024 · 0 comments
Labels
low priority This is an issue that will not be picked up immediately and has little priority

Comments

@Sjustein
Copy link
Collaborator

Sjustein commented May 6, 2024

Building upon the implementation of the AST in #5 , add support for brackets and nesting statements. The odata specification does support nesting and it has benefits for more advanced use cases. The output datatypes should be updated to properly reflect the parsed result.

Acceptance criteria

  • Implement an AST to support or conditions in $filter #5 is used as a basis for this implementation.
  • The AST parses brackets and succesfully outputs a custom datatype reflection of the nested statements.
  • Tests are written to properly test the nesting implementation and the pipeline passes.
@Sjustein Sjustein added the low priority This is an issue that will not be picked up immediately and has little priority label Sep 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
low priority This is an issue that will not be picked up immediately and has little priority
Projects
None yet
Development

No branches or pull requests

1 participant