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