/** Add a filter that uses the ALL operator. */
 public Search addFilterAll(String property, Filter filter) {
   SearchUtil.addFilterAll(this, property, filter);
   return this;
 }