Metadata field filter (multi-select)

Specifies the values to match for a multiSelect metadata field. When performing a search, the query will essentially perform an OR operation to match any template where any of the provided values match this field.

string array
["online","enterprise"]

A mapping between a metadata multiSelect field key and the one or more values to match search results on.

When performing a search, the query will essentially perform an OR operation to match any template where any of the provided values match this field.

Response Example

{
  "category": [
    "online",
    "enterprise"
  ]
}