We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, we are impossible to input filters with OR condition into the Notification model.
Notification
"filters": [ {"field": "tag", "key": "level", "relation": "=", "value": "10"}, {"operator": "OR"}, {"field": "tag", "key": "level", "relation": "=", "value": "20"} ]
The type of the Filters field should be []FilterExpressions.
Filters
[]FilterExpressions
The text was updated successfully, but these errors were encountered:
Hello! Apologies that this question has gone stale. If this question is still a current concern, please ping me and we will investigate.
Sorry, something went wrong.
No branches or pull requests
What's on your mind?
Currently, we are impossible to input filters with OR condition into the
Notification
model.The type of the
Filters
field should be[]FilterExpressions
.Code of Conduct
The text was updated successfully, but these errors were encountered: