class Api::Filters::LowerThan
Public Instance Methods
elastic_query()
click to toggle source
# File lib/api/filters/lower_than.rb, line 9 def elastic_query { range: { :"#{@field}" => { lt: extract_param } } } end