Skip to content

Conversation

@ajjahn
Copy link

@ajjahn ajjahn commented Mar 17, 2021

For example:

nested = Aggregation.new do
  sum field: 'foo'
end

outer = Aggregation.new do
  aggregation(:nested_agg, nested)
end

This matches the behavior of the top level query aggregation method.

For example:
```ruby
nested = Aggregation.new do
  sum field: 'foo'
end

outer = Aggregation.new do
  aggregation(:nested_agg, nested)
end
```

This matches the behavior of the top level query `aggregation` method.
@elasticmachine
Copy link
Collaborator

Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually?

@cla-checker-service
Copy link

cla-checker-service bot commented Mar 17, 2021

💚 CLA has been signed

@ajjahn
Copy link
Author

ajjahn commented Apr 9, 2021

Contributor Agreement has been signed. Any feedback or changes needed to make this mergeable?

@picandocodigo
Copy link
Member

Thanks for this contribution @ajjahn! I'll review it this week!

@picandocodigo
Copy link
Member

Transferred to the new repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants