I couldn't think of any way it could be achieved. ...
# community-help
h
I couldn't think of any way it could be achieved. Even if we use multi-query approach, you'll need to add a new boolean field in
B
that will represent if the reference is present or not. Then you'll have to query
B
and filter by
reference_present: false
but I'm not sure how you'll display the results and how pagination would.