I am sure this is a follow-up problem to something else I did wrong before, but I am stumped at the moment.
I am doing this query from Java code (this is the toString() from the Query object):
[documentModelName=RdnSim_DM, projection=document, fields=, aggregation=, filter={
"operator" : "AndOperator",
"operands" : [ {
"operator" : "ExactMatchOperator",
"field" : "/RdnSim/ProzedurId",
"value" : "R1",
"caseSensitive" : true
} ]
}, links=, sort=, page=Paging [pageNumber=0, pageSize=2147483647]]
I am getting no results at all.
However, if I am doing the same query but with "field": "RdnSim/ProzedurId" (so without the leading slash), then I find my document.
This is a query from within h2-console:

The document got created by a test in Bruno:
