Hi Cockpit community!
I have a multipleselect field myField
Is there a way to filter (e.g. via the API) on this field in such way that it will return all the entries which have ValueA
selected?
Thanks
Hang
Hi Cockpit community!
I have a multipleselect field myField
Is there a way to filter (e.g. via the API) on this field in such way that it will return all the entries which have ValueA
selected?
Thanks
Hang
Sorry I just found out that
{ "filter": { "myField": { "ValueA" } }
is working!