Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SearchResponse

Represents a search response.

Hierarchy

  • SearchResponse

Index

Properties

Methods

Object literals

Properties

query

query: string

The query that was passed to the database.

Methods

toJSON

  • toJSON(): this

Static fromRest

Object literals

events

events: object

count

count: number = 0

matches

matches: undefined[] = []

more

more: false = false

forumThreads

forumThreads: object

count

count: number = 0

matches

matches: undefined[] = []

more

more: false = false

seamails

seamails: object

count

count: number = 0

matches

matches: undefined[] = []

more

more: false = false

streamPosts

streamPosts: object

count

count: number = 0

matches

matches: undefined[] = []

more

more: false = false

users

users: object

count

count: number = 0

matches

matches: undefined[] = []

more

more: false = false

Generated using TypeDoc