/** Add a filter that uses the IS NOT EMPTY operator. */
 public Search addFilterNotEmpty(String property) {
   SearchUtil.addFilterNotEmpty(this, property);
   return this;
 }