afterbuy v1.0.9 Afterbuy.Filter.DateFilter

Abstraction for filter name :date_filter

Use with Afterbuy.Filter.new/2

Filter.new(:date_filter, %{...})

Link to this section Summary

Functions

Return the filter name tag value. By default, module name

Link to this section Types

Link to this type

t()

t() :: %Afterbuy.Filter.DateFilter{
  date_from: term(),
  date_to: term(),
  name: term(),
  values: term()
}

Link to this section Functions

Return the filter name tag value. By default, module name