You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
There doesn't seem to be a way to query for multiple values. Maybe I just didn't found how to do it in the code/documentation.
Describe the solution you'd like
It would be really good to be able to do search on multiple values. Example, searching alert custom field for strings, for the sake of simplicity, "A" and "B". Either using Or or And operators so we could find entries in multiple different ways.
Describe alternatives you've considered
Create custom code to search for each string and add it to an array - but it adds extra steps for not a lot of added value.
Thank you for your consideration
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
There doesn't seem to be a way to query for multiple values. Maybe I just didn't found how to do it in the code/documentation.
Describe the solution you'd like
It would be really good to be able to do search on multiple values. Example, searching alert custom field for strings, for the sake of simplicity, "A" and "B". Either using Or or And operators so we could find entries in multiple different ways.
Describe alternatives you've considered
Create custom code to search for each string and add it to an array - but it adds extra steps for not a lot of added value.
Thank you for your consideration
The text was updated successfully, but these errors were encountered: