not able to get the results with the below syntax in the current version.
{
"query": {
"bool": {
"must": [
{
"match": {
"cid": {
"query": [
"TEST"
]
}
}
}
]
}
}
}