Noora.Filter.Filter (noora v0.1.0-rc.1)

Represents a filter configuration with its current state.

Fields

  • :id - Unique identifier for the filter
  • :display_name - Human-readable name shown in the UI
  • :type - Filter type (:text, :number, or :option)
  • :options - List of available options (for :option type only)
  • :options_display_names - Map of option values to display names
  • :operator - Comparison operator (e.g., :==, :=~, :<)
  • :value - Current filter value