$values
$values :scalar|array
the list of allowed values
Search filter in array object
This is the equality filter.
__construct(string $field,string|array $list,boolean $is_or = false)
Filter in constructor.
Create a filter with multiple allowed options to search for, is an or connection
string | $field | The search field |
string|array | $list | A list of possible selects. |
boolean | $is_or | Merge with other filters with or |