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

negating filters #16

Open
IlyaSemenov opened this issue Mar 15, 2023 · 1 comment
Open

negating filters #16

IlyaSemenov opened this issue Mar 15, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@IlyaSemenov
Copy link
Owner

With #15 adding more filters, we can add a new dimensions for filters: negation.

Example:

id__not: 5
data__not: null
text__not__like: "%foo%"
id__not__in: [1, 2, 3]
@randomiser
Copy link

+1.

Thanks for adding those additional filtering options btw.

@IlyaSemenov IlyaSemenov added the enhancement New feature or request label Jul 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants