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 filtering based on dynamic property comparisons #59

Open
Eiromplays opened this issue Aug 18, 2024 · 1 comment
Open

Support filtering based on dynamic property comparisons #59

Eiromplays opened this issue Aug 18, 2024 · 1 comment

Comments

@Eiromplays
Copy link
Contributor

Hey,

I have a suggestion for a feature that could be nice to have in some cases.
The idea behind it is that you can filter on two properties at the same time.
Say for instance we have Score1 and Score2, currently we need to know the value of one of them to filter on it. With this new feature, it would be possible to perform operations like Score1 > Score2.

@ctmatt
Copy link

ctmatt commented Sep 6, 2024

We want to give this to end users who may or may not be capable of writing code, and so some things that LINQ predicates can do, combined with your delicious syntactical sugar, would be both unintimidating and powerful enough to cover everyone.

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

No branches or pull requests

2 participants