beholder icon indicating copy to clipboard operation
beholder copied to clipboard

Filtering by ignored json field

Open mkljakubowski opened this issue 10 years ago • 1 comments

When filtering by json field that is ignored doFilter endpoint returns null instead of list of entities not filtered by this value.

mkljakubowski avatar Oct 15 '15 10:10 mkljakubowski

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.

tgodzik avatar Apr 04 '16 12:04 tgodzik