Guava.Commands.ChoiceResult (Guava v0.34.0)

Copy Markdown View Source

Return matched/other choices for a searchable-field query.

Summary

Types

t()

@type t() :: %Guava.Commands.ChoiceResult{
  command_type: String.t(),
  field_key: String.t(),
  matched_choices: [String.t()],
  other_choices: [String.t()],
  query_id: String.t()
}