Search in same document - Fluid Topics - Latest

Fluid Topics API Reference Guide

Category
Reference Guides
Audience
public
Version
Latest

It is possible to use the Clustered search web service to search in the content of a document.

Example

The following example looks for api in a publication with an ID of ENQRHyDq~oYAqQn5tJAjKA.

{
  "query": "api",
  "metadataFilters": [
    {
      "key": "ft:publicationId",
      "valueFilter": {
        "values": [
          "ENQRHyDq~oYAqQn5tJAjKA"
        ],
        "negative": false
      }
    }
  ]
}

It only returns results from the content of the publication.