I have a use case where I want to use the block join query parser for the top level query and for the nested portion a custom query parser. I was originally doing this, which worked
{!parent which='type:parent'}_query_:{!myqp df='child_pay' v='"value foo"'} but switched to this which also worked {!parent which='type:parent'}{!myqp}child_pay:"value foo" I have never seen this type of syntax where you can specify multiple query parsers inline, is this supposed to work or am I taking advantage of some oversight in the local params implementation?