erichard / elasticsearch-query-builder

Build query for an ElasticSearch client using a fluent interface
MIT License
39 stars 20 forks source link

Add extended bounds param to Histogram and DateHistogram #14

Closed thrashzone13 closed 2 years ago

thrashzone13 commented 2 years ago

Extended bounds param prevents elastic from omitting buckets with no data from query result.

erichard commented 2 years ago

Thanks @thrashzone13 🙏

Can you rebase from main as I fixed the configuration of ECS

thrashzone13 commented 2 years ago

Done

erichard commented 2 years ago

CS checks are failing. Please check here: https://github.com/erichard/elasticsearch-query-builder/runs/7030596048?check_suite_focus=true

thrashzone13 commented 2 years ago

Oops! It's fixed