Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace SearchCriteria

Search Query object that allows complex search predicates that cannot be expressed through simple query params.

Properties

Optional dimensions

dimensions: Array<string>

List of properties of dataObjects that needs to aggregated on for facets.

Optional facetedQuery

facetedQuery: undefined | string

Query string that a dataObject is to be searched with. Used in the faceted query request

Optional filters

filters: model.FacetedSearchFilterRequest

Optional query

query: undefined | string

Search query dsl that defines the query components including fields and predicates.

Optional sort

Array of objects having details about sort field and order.

Functions

getDeserializedJsonObj

getJsonObj