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 for an equality filter comparing two properties #119

Open
dtirschek opened this issue Feb 13, 2024 · 0 comments
Open

Support for an equality filter comparing two properties #119

dtirschek opened this issue Feb 13, 2024 · 0 comments

Comments

@dtirschek
Copy link

Maybe I am missing something and this is already possible. What I want is essentially $filter=Property eq AnotherProperty.

This does not work: card: { author: { id: { eq: { creator: { id: {} } } } } }, it compiles to card/author/id eq creator=id=

I got it to work using a raw filter like so: card: { author: { id: { eq: { type: 'raw', value: 'creator/id' } } } }.

Would be nice if this was possible without using a raw filter.

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

1 participant