aquasecurity / aquasecurity/esquery

Could Support bool.filter Query?

Open
#18 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
317
Forks
58
PR merge metrics
No merged PRs in 30d

Description

such as:

```json
{
"query": {
"bool": {
"filter": [
{
"nested": {
"path": "path_to_nested_doc",
"query": {}
}
}
]
}
}
}
```

Contributor guide

Open the contributing guide

Research direction

Start at the bool query-builder entry point and trace how the shown bool.filter structure and nested query are represented. Compare the requested JSON with the builder's current output and identify the relevant query tests. Done means the example structure can be constructed and produces the expected Elasticsearch query.

Written by the indexing model from the issue text.

Assessment

Tech stack
elasticsearch, go
Domain
search
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.