mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

neil_a_wilson
13.30.2007 ad760a9ebdd7497cd617a66289c5e3bcee907fa2
opends/src/server/org/opends/server/extensions/MemberVirtualAttributeProvider.java
@@ -315,16 +315,7 @@
  /**
   * {@inheritDoc}.  This virtual attribute will support search operations only
   * if one of the following is true about the search filter:
   * <UL>
   *   <LI>It is an equality filter targeting the associated attribute
   *       type.</LI>
   *   <LI>It is an AND filter in which at least one of the components is an
   *       equality filter targeting the associated attribute type.</LI>
   *   <LI>It is an OR filter in which all of the components are equality
   *       filters targeting the associated attribute type.</LI>
   * </UL>
   * {@inheritDoc}.
   */
  @Override()
  public boolean isSearchable(VirtualAttributeRule rule,