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

Filter a list of contexts by entry with name "item" #154

Closed
saig0 opened this issue Jul 10, 2020 · 1 comment · Fixed by #373
Closed

Filter a list of contexts by entry with name "item" #154

saig0 opened this issue Jul 10, 2020 · 1 comment · Fixed by #373

Comments

@saig0
Copy link
Member

saig0 commented Jul 10, 2020

Describe the bug
A list of contexts can not be filtered by an entry with name "item".

To Reproduce
Expression [{item: 1}, {item: 2}, {item: 3}][item >= 2] produces a failure but should return a list

Expected behavior

[{item: 1}, {item: 2}, {item: 3}][item >= 2] -> [{item: 2}, {item: 3}][item >= 2]

Environment

  • FEEL engine version: 1.11.2
@ubaldop
Copy link
Contributor

ubaldop commented Oct 4, 2021

may I take this, please?

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