Options
All
  • Public
  • Public/Protected
  • All
Menu

Settings as used by the SearchClient.

Please see the data-type description for each property in question.

Hierarchy

  • Settings

Implements

Index

Constructors

constructor

  • Creates a Settings object for you, based on Settings defaults and the overrides provided as a param.

    Parameters

    • settings: string | ISettings

      The settings defined here will override the default Settings.

    Returns Settings

Properties

Optional authentication

authentication: IAuthenticationSettings

The JWT authentication token to use.

Optional autocomplete

autocomplete: IAutocompleteSettings

Settings for autocomplete().

Optional basePath

basePath: string

You can use this path to override the path to the rest-service. Default: RestService/v4

Optional baseUrl

baseUrl: string

BaseUrl for the SearchClient service (can be overridden in specific services)

Optional categorize

Settings for categorize().

Optional find

Settings for find().

Optional query

query: IQuery

Settings for the common query (autocomplete/find/categorize)

Generated using TypeDoc