Gleanex.Platform.SearchRequest (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a SearchRequest

Summary

Types

t()

@type t() :: %Gleanex.Platform.SearchRequest{
  cursor: String.t() | nil,
  datasources: [String.t()] | nil,
  filters: [Gleanex.Platform.Filter.t()] | nil,
  page_size: integer() | nil,
  query: String.t(),
  time_range: Gleanex.Platform.TimeRange.t() | nil
}