Search field with not empty criteria

I like to perform a db.search en get the documents where a particular field is not emty. How can I achieve this?

Subject: Search field with not empty criteria

db.search uses a regular @Formula, so

FieldName != “”

should do.