This is my nested docs list. I need to get Id based on combId with access 1.
i.e.,
my query will look like this.
combId:(99) AND access:(1)
Expected result is docs with Id as 1002.
but actual result is Id - 1,3,1001,1002.
How to filter this nested docs as i expected.