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

[Bug]: Notification filters should use []FilterExpressions type #24

Closed
1 task done
hgiasac opened this issue Feb 18, 2023 · 1 comment
Closed
1 task done

[Bug]: Notification filters should use []FilterExpressions type #24

hgiasac opened this issue Feb 18, 2023 · 1 comment

Comments

@hgiasac
Copy link

hgiasac commented Feb 18, 2023

What's on your mind?

Currently, we are impossible to input filters with OR condition into the Notification model.

"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.

Code of Conduct

  • I agree to follow this project's Code of Conduct
@sherwinski
Copy link

Hello! Apologies that this question has gone stale.
If this question is still a current concern, please ping me and we will investigate.

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

2 participants