Suhas Karanth

Results 82 comments of Suhas Karanth

@austince Thanks for reporting this. I have verified that this is an issue which only affects the REPL. The module works correctly when you require it inside node REPL: ```...

Thanks for bringing this to my attention. Release notes are auto generated by `semantic-release`. For some reason, the links are of the form `http://git+https/github.com/sudo-suhas/elastic-builder` which obviously does not work. I...

Had to finally get to this because travis-ci broke the CI. Release notes works as intended with latest version of `semantic-release`.

Yes, would be happy to accept the PR.

@sanvir10 would you be interested in creating a PR for the same?

There is no hard restriction against setting an object with another nested object. If you are using Typescript, you can add an ignore directive for the same(`// @ts-ignore`). I will...

@yingqiaoshop a PR would be more than welcome. Changes would need to be done in the following: - [`/src/aggregations/bucket-aggregations/composite-agg-values-sources/date-histogram-values-source.js`#L30](https://github.com/sudo-suhas/elastic-builder/blob/v2.6.1/src/aggregations/bucket-aggregations/composite-agg-values-sources/date-histogram-values-source.js#L30) - [`/test/aggregations-test/composite-agg-values-sources-test/date-histogram-values-source.test.js`](https://github.com/sudo-suhas/elastic-builder/blob/v2.6.1/test/aggregations-test/composite-agg-values-sources-test/date-histogram-values-source.test.js) - [`/src/index.d.ts`#L4764](https://github.com/sudo-suhas/elastic-builder/blob/v2.6.1/src/index.d.ts#L4764)

It is not currently supported in `elastic-builder`. A PR would be more than welcome. > If no, what is the way to use raw query inside nested bool query? It...

A PR would be very much welcome 🙂. Please do call out the Elasticsearch version that introduced this feature in the doc comments.

Thank you and keep up the great work 🙂