mirror of
https://github.com/datahub-project/datahub.git
synced 2026-01-01 04:14:39 +00:00
26 lines
402 B
JSON
26 lines
402 B
JSON
{
|
|
"bool": {
|
|
"should": [
|
|
{
|
|
"has_child": {
|
|
"type": "comment",
|
|
"query": {
|
|
"match": {
|
|
"text": "$VALUE"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"has_child": {
|
|
"type": "field",
|
|
"query": {
|
|
"match": {
|
|
"comments": "$VALUE"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
} |