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