return resutls which have ALL of the listed values
for the specified field
anyOptional
string | string[]
return results which have ANY of the listed values
for the specified field
exactOptional
string | string[]
Depending on the API being searched, exact will
attempt to structure the query such that it is an
exact match. For Portal API, this may involve using
the filter parameter, if the specific field can
be used with that parameter
notOptional
string | string[]
return results which do not have any of the listed
values for the specified field