ConnectApi.SearchFilter

Filter input for object search.
Property Type Description Required or Optional Available Version
field String Field to use in the filter. Optional 63.0
operator ConnectApi.​FilterOperator Filter operator. Values are:
  • EqOp—Equal
  • ExcludesOp—Excludes
  • GtOp—Greater than
  • GteOp—Greater than or equal
  • InOp—In
  • IncludesOp—Includes
  • LikeOp—Like
  • LtOp—Less than
  • LteOp—Less than or equal
  • NeOp—Not equal
  • NinOp—Not in
Optional 63.0
values List<ConnectApi.​AbstractList> Values of the filter, it can be a List of String, Boolean, Long, or Double. Do not mix data types for filter values, for example, ["A", "B", "C"] is valid, but ["A", -7, false] isn't. Optional 63.0