-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Add reject filter #1573
base: main
Are you sure you want to change the base?
Add reject filter #1573
Conversation
Co-Authored-By: ADTC <[email protected]>
Co-authored-by: Dylan Thacker-Smith <[email protected]>
This comment was marked as resolved.
This comment was marked as resolved.
I’m not a ruby developer but it seems you also added a nice feature on the reject filter allowing to filter nested objects. This should most likely be backported to the where filter as well. |
That has proven a bit harder, as there is some backward compatibility we need to take care of: #1436 |
This filter adds the inverse of the
where
filter.This filter also allows deep searching with dot notation.
Idea from: #1555