SearchCriteria

Note:

This structure changed in 6.4

  • The field fieldType has been added.
Field Type Description

comparator

Comparator

Operator to apply to the values

Note:

Possible values:

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

fieldType

FieldType

Type of the search index or left empty

Important:

This field is required if fieldName is not part of the known indexes.

Note:

Possible values:

  • text
  • string
  • numeric
  • date
  • time

fieldName

SearchField

Name of the index to search

Note:

This can be either a known index or any other index, in which you must specify fieldType case.

Note:

Known indexes:

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

values

String[...]

Values for search