tudor-malene/Easygrid

Additional Filteroperator(isNull, isNotNull, isNot, ...)

haryl opened this issue · 2 comments

Currently the following operators for filtering/searching is supported.
EQ('equal'),
NE('not equal'),
LT('less'),
LE('less or equal'),
GT('greater'),
GE('greater or equal'),
BW('begins with'),
BN('does not begin with'),
IN('is in'),
NI('is not in'),
EW('ends with'),
EN('does not end with'),
CN('contains'),
NC('does not contain')

what is missing is currently the isNull, isNotNull, ...
Especially the isNull would be very great because if eg. you define a filter query like email NC '@' you have no chance to get the entries were the email is null.

Check version 1.7.0

I don't know why I missed those 2 operators in the first place.

awesome!! ;-) many thanks