filterBy field not empty

Is it possible to filterBy a field not being empty ?

say:
->filterBy('myfield','notEmpty')

or do I have to code my own ->filter() ?

thank you

Give ->filterBy('myfield','minlength',1) a try.

2 Likes