Method: Elasticated::QueryConditions#empty?
- Defined in:
- lib/elasticated/query_conditions.rb
#empty? ⇒ Boolean
86 87 88 |
# File 'lib/elasticated/query_conditions.rb', line 86 def empty? _must.empty? && _must_not.empty? && _should.empty? end |