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
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.