Add a filter to a list of filters
Add a filter to a list of filters for searching data in the built-in database. If the list does not exist a new one is created.
Input parameters
Name | Description | Type | Required | Default value |
---|---|---|---|---|
Data format | The data format to filter data for | DATA_FORMAT | false | |
List of filters | The list of filters to add a filter to. | ARRAY | true | |
Filters | The filter to add | OBJECT | false |
Output
Name | Description | Type | Default value |
---|---|---|---|
Filter list | The resulting filter list. | ARRAY |