This will find all Content Items where the value "Basic Information" is not present in the field that stores all assigned layers "layerSchemaIds".
...
- To check if a field or layer is not available you negate the value with a dash
- The syntax is based on Elastic Search Boolean Operator Logic: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-query-string-query.html#_boolean_operators
As Picturepark always searches in multiple areas that store either metadata information or full-text information, your result may consider documents that contain the query values. To ensure that you only find Content Items without the layer, limit your search to the metadata information.
Code Block |
---|
//add to URL &searchType=Metadata //URL example https://customer.picturepark.com/ContentBrowser/XChannel?search=BasicInformation&searchType=Metadata |
...