Hello,
I want to combine two queries into one:
query 1:
{
"query": {
"match_phrase": {
"m09-event-id.keyword": "DELIVER"
}
}
}
query 2:
{
"query": {
"match_phrase": {
"m23-directionality.keyword": "Originating"
}
}
}
Both queries are true meaning query 1 AND query 2