Filter Query: Not Filter
Hide Stock content; Not the content with Layer Stock Info applied.
JSON
// Complete example
{
"kind": "NotFilter",
"filter": {
"kind": "TermFilter",
"field": "layerSchemaIds",
"term": "StockInfo" //Layer_ID capitalized
}
}
Basic Filter
Not the provided criteria.
JSON
{
"kind": "NotFilter",
"filter": { filter1 }
}
Properties
kind | string, required |
Filter | only one object, required (one filter) |
Not the Items with Layer Corporate Information
JSON
// Complete example
{
"kind": "NotFilter",
"filter": {
"kind": "TermFilter",
"field": "layerSchemaIds",
"term": "CorporateInformation" //ID_OF_LAYER capitalized
}
}