FilterOptionsResponse

data class FilterOptionsResponse(val filter: FilterResponse, val objectType: String)

Filter options to be applied on query.

Constructors

Link copied to clipboard
fun FilterOptionsResponse(filter: FilterResponse, objectType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Generic filter to restrict the search, such as lang:en, site:xyz.

Link copied to clipboard

If object_type is set, only objects of that type are returned. This should correspond to the name of the object that was registered within the definition of schema. The maximum length is 256 characters.