Method: Elasticquery::Query#match_all?

Defined in:
lib/elasticquery/query.rb

#match_all?Boolean

Ckeck current object to default elasticsearch param

Returns:

  • (Boolean)

    is passed query undefined



53
54
55
# File 'lib/elasticquery/query.rb', line 53

def match_all?
  @query == DEFAULT
end