IMatchOptions

Interface

Define how values should be matched

Properties

Property Type Notes
all Optional string | string[]

return resutls which have ALL of the listed values for the specified field

any Optional string | string[]

return results which have ANY of the listed values for the specified field

exact Optional 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

not Optional string | string[]

return results which do not have any of the listed values for the specified field


Interface defined in common/src/search/types/types.ts:51