Gleanex.Client.SearchRequest (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a SearchRequest

Summary

Types

t()

@type t() :: %Gleanex.Client.SearchRequest{
  cursor: String.t() | nil,
  disableSpellcheck: boolean() | nil,
  inputDetails: Gleanex.Client.SearchRequestInputDetails.t() | nil,
  maxSnippetSize: integer() | nil,
  pageSize: integer() | nil,
  query: String.t(),
  requestOptions: Gleanex.Client.SearchRequestOptions.t() | nil,
  resultTabIds: [String.t()] | nil,
  sessionInfo: Gleanex.Client.SessionInfo.t() | nil,
  sourceDocument: Gleanex.Client.Document.t() | nil,
  timeoutMillis: integer() | nil,
  timestamp: DateTime.t() | nil,
  trackingToken: String.t() | nil
}