In the docs, I see that FieldBetweenPredicate supports:
Field between value1 and value2
Field between value1 and anotherField
Field between somefield and value2
However, what I am attempting is:
value between somefield and anotherfield
Is this possible - and if not, perhaps can get that on the todo list?
Of course we can work around this by not using the between clause for now...