evsearchlist

Display fields that may be used as filter criteria by evsearch.

SYNOPSIS

evsearchlist [-r]

DESCRIPTION

This command displays a list of fields that can be used as filter criteria with evsearch. Both the fixed database names, and their matching display titles, are printed.

When the -r option is used, the fixed database names and display titles are each terminated by a colon, with no white space in between the two names. When a field has an allowed value parent, the fixed database name of the parent field is printed after the child field’s colon-terminated display title. This parent field is not terminated by a colon.

EXAMPLE 1

$ evsearchlist
ASSIGNED_TO         Assigned To
CATEGORY            Category
COMMENTS            Comments
COMPONENT           Component
DATE_CLOSED         Date Closed
DATE_CREATED        Created
DAYS_IN_STATUS      Days in Queue
DAYS_OPEN Days      Open
... ... ...
$

EXAMPLE 2

$ evsearchlist -r
+ASSIGNED_TO:Assigned To
CATEGORY:Category
*COMMENTS:Comments
COMPONENT:Component
DATE_CLOSED:Date Closed
DATE_CREATED:Created
DAYS_IN_STATUS:Days in Queue
DAYS_OPEN:Days Open
... ... ...
$