aquasecurity / aquasecurity/esquery
Could Support bool.filter Query?
Open
- 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
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