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 dynamic properties support for any, all and in operators #1322

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

gathogojr
Copy link
Contributor

@gathogojr gathogojr commented Oct 7, 2024

Description

Add dynamic properties support for any, all and in operators.

Implements support for the following expressions

  • $filter=DynamicSingleValuedProperty in ('a','b','c')
  • $filter=DynamicCollectionValuedProperty/any(d:d eq 4)
  • $filter=DynamicCollectionValuedProperty/all(d: d gt 2)

Additional Details

Fixes OData/odata.net#3059
Port change to 8.x and 7.x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

In Operator Behavior
2 participants