/
Filter Query: And Filter
Filter Query: And Filter
Show Content with Layer Corporate and Event, but only images.
{
"kind": "AndFilter",
"filters": [
{
"kind": "TermFilter",
"field": "layerSchemaIds",
"term": "CorporateLayer"
},
{
"kind": "TermFilter",
"field": "layerSchemaIds",
"term": "EventLayer"
},
{
"kind": "TermFilter",
"field": "contentSchemaIds",
"term": "ImageMetadata"
}
]
}
Basic Filter
All the provided criteria must be met.
{
"kind": "AndFilter",
"filters": [
{ filter1 },
{ filter2 }
]
}
Properties
kind | string, required |
filters | one or multiple, Array of object, Nullable |
Items with Layer Product Details AND Layer Product Marketing
// Complete example
{
"kind": "AndFilter",
"filter": [{
"kind": "TermFilter",
"field": "layerSchemaIds",
"term": "ProductDetails" // ID of Layer, capitalized
},
{
"kind": "TermFilter",
"field": "layerSchemaIds",
"term": "ProductMarketing" // ID of Layer, capitalized
}
]
}
, multiple selections available,
Related content
Filter Query: Not Filter
Filter Query: Not Filter
More like this
Filter Query: Nested Filter for Multi Tagboxes
Filter Query: Nested Filter for Multi Tagboxes
More like this
Filter Query: Term Filter
Filter Query: Term Filter
Read with this
Filter Query: Or Filter
Filter Query: Or Filter
More like this
Channel Filter: Show Items with Two Specific Tags
Channel Filter: Show Items with Two Specific Tags
More like this
Channel Filter: Show Items that have Product Layer Assigned
Channel Filter: Show Items that have Product Layer Assigned
More like this
FotoWare Switzerland AG - CH-5033 Buchs - Switzerland
https://picturepark.com - support@picturepark.com
© 2023 FotoWare Switzerland AG