You can extend any search to document fulltext and/or metadata. You wish to find all of your companies' literature where a certain product is mentioned or any documents that mention the CEO, then simply add the searchType to the URL as a query string parameter.

 //search in fulltext
&searchType=FullText

Documents contain text. You can do so because Picturepark will read out the text in documents. By default, the simple search in the content browser searches in the metadata and document fulltext. It is possible to change this behavior by appending a query string parameter in the URL. The parameterName is "searchType" and the supported parameter values are:

You will not get a hit with an AND search in the simple search if one term is in the Fulltext and one term is in the Metadata. We do not split the terms in the simple search to look through both indexes for partial matches.

//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 examples
https://customer.picturepark.com/ContentBrowser/rootChannel?search=ablutophobia&searchType=Metadata
https://customer.picturepark.com/ContentBrowser/rootChannel?search=ablutophobia&searchType=FullText
https://customer.picturepark.com/ContentBrowser/rootChannel?search=ablutophobia&searchType=MetadataAndFullText