SearchCriteria

Note:

This structure has changed in 6.4

  • The field fieldType has been added.
Field Type Description

comparator

Comparator

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

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

fieldType

FieldType

Type of the search index. This field is required if fieldName is not part of the known indexes. It can be left empty otherwise.

The possible values are:

  • text
  • string
  • numeric
  • date
  • time

fieldName

SearchField

Name of the index to search. This can be either a known index or any other index, in which case fieldType must be specified.

The known 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.