Hierarchy

  • BaseListQueryParams
    • MessageSearchQueryParams

Properties

advancedQuery?: boolean

Description

Whether the current search query should be an advanced query or not.

channelCustomType?: string

Description

The current custom type of channel set as the search scope.

channelUrl?: string

Description

The current channel url set as the search scope.

exactMatch?: boolean

Description

Whether the current search query should be an exact match or not.

keyword: string

Description

The current search keyword.

limit?: number

Description

The maximum number of data per queried page.

messageTimestampFrom?: number

Description

The start message timestamp set as the search range.

messageTimestampTo?: number

Description

The end message timestamp set as the search range.

Description

The current order method.

reverse?: boolean

Description

Whether the current search result is set to be reversed or not.

targetFields?: string[]

Description

The target fields of the current query as the search scope.

Generated using TypeDoc