Module: Apique::Filterable
- Extended by:
- ActiveSupport::Concern
- Includes:
- Listable
- Included in:
- Searchable
- Defined in:
- lib/apique/filterable.rb
Overview
Basic functional to perform detailed filtering inside record collections.
Constant Summary collapse
- UUID_RE =
/^[a-f\d]{8}(-[a-f\d]{4}){3}-[a-f\d]{12}$/
- BOOL_RE =
/^(true|false|t|f)$/
- ISO8601_RE =
/^\d{4}(-\d\d){2}T\d\d(:\d\d){2}(\.\d+)?Z([+-]\d\d:\d\d)?$/