FilterOp
The enumeration defines the type of the search result filter by the Person's name.
| Value | Name | Description |
|---|---|---|
| in | IN |
The name of the person should match any of the values specified in the list. |
| nin | NOT_IN |
The name of the person should not match any of the values specified in the list. |