Im unable to query elasticsearch documents for the below scenario.
For Ex:
ID:1
Val:2,3
I will query ES with combination of ID and Val. So if both matches it should return the matched documents, if not it should return only ID matched documents but I'm unable to do with the bool query
Please help me to solve this problem.
Thanks