SearchCriteria

Field Type Description

comparator

Comparator

Operator to apply to the values. The possible values are:

  • equal
  • notEqual
  • match
  • in
  • between
  • isNull
  • notNull

fieldName

SearchField

Name of the index to search. The available indexes are:

  • fulltext
  • title
  • filename
  • objectTypes
  • statuses
  • lockOwner
  • lastModifiedDate
  • lastModifiedBy
  • products
  • branches
  • topParentOf
  • linkToBranch
  • parentOf
  • contextMap
  • markedAsFinished
  • assignedTo
  • assignedBy

values

String[]

Values to search for.