This query expression: {“.query”: [“list=a”,“list=b”,“#|”,“list=c”,“#|”,“address=d”,“#&”]} is works, yes, and I using your example for write this.
I’m interested in how to construct an expression similar to this: where (list=a or list=b or list=c) and (address=d or comment=d)
The documentation talks about indexes of expressions sent to the stack, and if try to use constructs like: “#0|3” or “#0&4”, can see that this has an impact on the query result, but there is absolutely no understanding of how to use it correctly.