beholder
beholder copied to clipboard
Filtering by ignored json field
When filtering by json field that is ignored doFilter endpoint returns null instead of list of entities not filtered by this value.
The same happens when sending a null for optionalText, for example: {data : { email : null } }
I think it should only return those result that have email as null.