Skip to content

feat(Filters): Add support for IN and NOT IN filter operators #2354

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

Merged
merged 2 commits into from
May 23, 2025

Conversation

EnxDev
Copy link
Contributor

@EnxDev EnxDev commented May 22, 2025

Description

This PR introduces support for the IN and NOT IN operators in filters. These operators enhance query flexibility by allowing filtering based on membership in a list of values.

This is particularly useful for multi-select filters or scenarios requiring the exclusion of multiple values.

ADDITIONAL INFORMATION

  • Has associated issue:
  • Is CRUD MVC related.
  • Is Auth, RBAC security related.
  • Changes the security db schema.
  • Introduces new feature
  • Removes existing feature

@dpgaspar dpgaspar merged commit db3c038 into dpgaspar:master May 23, 2025
12 checks passed
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.

2 participants