jillesvangurp/kt-search

[FEAT] Support for join queries

Closed this issue · 1 comments

Describe the enhancement

Elasticsearch has 4 different join queries: https://www.elastic.co/guide/en/elasticsearch/reference/current/joining-queries.html
Nested queries are already supported, however support for has_parent, has_child and parent_id is missing

Why is this needed?

To be able to query when using join fields

Will you be able to help with a pull request?

I have created a pull request for this feature: #115

closed by #115