Method: Summon::Query#date_filter
- Defined in:
- lib/summon/schema/query.rb
#date_filter ⇒ Object
35 36 37 38 39 |
# File 'lib/summon/schema/query.rb', line 35 def date_filter range_filters.find {|f| f.field_name == "PublicationDate"}.tap do |this| yield this if this && block_given? end end |