Lukasz Formela
08/01/2022, 10:16 AM[fieldId, search.Operator.NONEOF, '@NONE@']
and [fieldId, search.Operator.ISNOTEMPTY, '']
, but both of them seem to have no effect and search returns all results regardless of multiselect value.Lukasz Formela
08/01/2022, 3:02 PM['NOT', [fieldId, search.Operator.ANYOF, '@NONE@']]
is the way to go