esquery icon indicating copy to clipboard operation
esquery copied to clipboard

An idiomatic Go query builder for ElasticSearch

Results 18 esquery issues
Sort by recently updated
recently updated
newest added

Support Nested for joining queries.

This library currently depends on go-elasticsearch to implement some of the Search functionality. Without getting into a discussion on the opensearch/elasticsearch fork, what this libary accomplishes with the the query...

Yes, esquery is a pretty cool project, and I wonder if we could add `date_historgram` aggregation support, see [es doc](https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-bucket-datehistogram-aggregation.html).

MultiMatchType eq MatchTypeBestFields, field Can be empty

Hi all, how to make nested query filtering parent based on nested child object, also filter the child to, something query like this? ``` { "query": { "bool": { "must":...

Hello. I propose to support elasticsearch v8. What do you think about renaming module and support tags such as https://github.com/elastic/go-elasticsearch?

Hello, I was wondering if you could add functionality to only return certain fields? I'm loading in thousands of messages and it would save memory to only return the body...

Hello, Would it be possible to support a query string query with required must fields? References: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-query-string-query.html