Class: SearchRequest

.services.xs.messages.request. SearchRequest

new SearchRequest(query)

The message sent from the client to the search service to perform a search.

Parameters:
Name Type Description
query string

search query

Extends

Members

domain :string

Domain to consider for term mappings in search. Supports comma-separated values and * wildcards.
Valid domains are available in this column: "SAP_HANA_IM_ESS"."sap.hana.im.ess.services.search::Mapping".LIST_ID

Type:
  • string
Default Value:
  • *

language :string

Language to use for search.
Supported values are language codes in this table: SYS.M_TEXT_ANALYSIS_LANGUAGES Not Implemented

Type:
  • string
Default Value:
  • ""

limit :number

The number of results to return. Must be strictly greater than zero.

Type:
  • number
Default Value:
  • 10

offset :number

The number of skipped results, which must be greater than or equal to zero.

Type:
  • number
Default Value:
  • 0

q :string

Query string that follows the search syntax

Type:
  • string

version :string

Version number of the message.

Type:
  • string
Inherited From: