Method: Elasticated::Conditions::NestedCondition#build
- Defined in:
- lib/elasticated/conditions/nested_condition.rb
#build ⇒ Object
12 13 14 15 |
# File 'lib/elasticated/conditions/nested_condition.rb', line 12 def build body = inner_conditions.build { nested: { path: field, filter: body }.merge(opts) } end |