We are experiencing the same problem and it all seems to boil down to the fact that the SqmParameter for SqmNullnessPredicate do not allow multiple value bindings. If we patch SemanticQueryBuilder.visitIsNullPredicate to push allow multiple value bindings on the stack, everything works as expected and documented, that is it we do:
|