2019.1

Table Of Contents
The search rule sub-structure consists of an object with rule specific groupings of name/value
pairs as follows.
Search rule objects with a type value of value contain the following name/value pairs:
l type the type of search rule (value of value) (type of string)
l name the name of the data field (type of string)
l value the value of the data field (type of string, or array of strings when
condition is value of either IN or NOT IN)
l condition the comparison condition (value of either EQUAL, NOTEQUAL, LESS, GREAT,
LESSEQUAL, GREATEQUAL, STARTSWITH, ENDSWITH, CONTAINS, LIKE, NLIKE, IN or NOT IN)
(type of string)
Search rule objects with a type value of property contain the following name/value pairs:
l type the type of search rule (value of property) (type of string)
l name the name of the data entity property (type of string)
l value the value of the data entity property (type of string, or array of strings
when condition is value of eitherIN or NOT IN)
l condition the comparison condition (value of either EQUAL, NOTEQUAL, LESS, GREAT,
LESSEQUAL, GREATEQUAL, STARTSWITH, ENDSWITH, CONTAINS, LIKE, NLIKE, IN or NOT IN)
(type of string)
Search rule objects with a type value of either IN or NOT IN contain the following
name/value pairs:
l type the type of search rule (value of either IN or NOT IN) (type of string)
l identifiers an array of data entity identifiers (type of number)
Search rule objects with a type value of finishing contain only one of the following sub-
groups of name/value pairs:
l type the type of search rule (value of finishing) (type of string)
l medianame the name of the media used (type of string)
l condition the comparison condition (value of either EQUAL or NOTEQUAL) (type of
string)
Page 93