contains
in query derivation of an ElementCollection creates a proper isMember clause but encloses the argument in % leading to the wrong result.
#2607
Labels
Milestone
When looking at the code
CONTAINING
is obviously intended to work with Strings (and be translated tox like %?%
) and for collections where it gets translated to anisMemberOf
. But in the later case the argument is still wrapped with%
resulting in the condition yielding the wrong results. In most cases non at all.Interesting using a simple property does work.
The text was updated successfully, but these errors were encountered: