Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

This will find all Content Items where the value "Basic Information" is not present in the field that stores all assigned layers "layerSchemaIds".

-layerSchemaIds:BasicInformation

If you want to explicitly search in document fulltext you can add the searchType to the URL as query string parameter. Picturepark knows multiple areas that store either metadata information or full-text information

//search in fulltext
&searchType=FullText

//search in metadata and fulltext
&searchType=MetadataAndFullText

//search in metadata only (default behavior without search query parameter)
&searchType=Metadata

//URL example
https://customer.picturepark.com/ContentBrowser/XChannel?search=BasicInformation&searchType=Metadata


  • No labels