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

Can I use 'in' operator for Filter multiple values? #21

Open
yogen-darji-hs opened this issue Apr 14, 2022 · 0 comments
Open

Can I use 'in' operator for Filter multiple values? #21

yogen-darji-hs opened this issue Apr 14, 2022 · 0 comments

Comments

@yogen-darji-hs
Copy link

I want to filter based on Enum values and Is there any way I can pass "IN" query and array of values to be filter?

Like in SQL we have select * from MyTable where Position in (1,2,4)

One way I know is to prepare the outer Filter object with "OR" and then provide a nested Filter with every 1,2,4 value but Is there any way I can directly 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