paracusia v0.2.11 Paracusia.MpdClient.Database.FindExpression

Link to this section Summary

Types

t()

A FindExpression describes what results to return, and how to return them

Link to this section Types

Link to this type

t()
t() :: %Paracusia.MpdClient.Database.FindExpression{
  filters: [{Paracusia.MpdTypes.tag(), String.t()}],
  order_by: Paracusia.MpdTypes.tag(),
  sort_direction: :asc | :desc | nil,
  window: {integer(), integer()} | nil
}

A FindExpression describes what results to return, and how to return them.