Hello,
I am wondering if there is an easy way to query for nodes that belong to the intersection of two (or more) groups, as you would do with filters.
Say we have group1 and group2, and the question is how to get the nodes in common. The following snippet doesn’t work of course:
It would be great if we could support the syntax you sketched out, but not sure if it is possible to implement. Maybe the performance of the alternative above is not so bad compared to a single query. Of course if group1 is large, having to load all pks into memory is not ideal.