Closed AndreNalevaiko closed 5 years ago
In version 0.12.5 was corrected the comparison between null value in the operator 'eq'. But in the operator 'in' the same thing is not working.
filter : {"name":"category_id","op":"in","val":[1,null]}
{"name":"category_id","op":"in","val":[1,null]}
Have you tried to use or instead of in ?
With 'or' is working. But should not work with 'in'?
It is a sql behavior it is not related to this library
In version 0.12.5 was corrected the comparison between null value in the operator 'eq'. But in the operator 'in' the same thing is not working.
filter :
{"name":"category_id","op":"in","val":[1,null]}