Returns the search option. This code should go to AfterTableInit or BeforeDisplay events of List or Print pages.
Syntax
getSearchOption(field);
Arguments
field
the name of the field.
Return value
Returns the search option, which is one of the following constants:
•Constants.CONTAINS
•Constants.EQUALS
•Constants.STARTS_WITH
•Constants.MORE_THAN
•Constants.LESS_THAN
•Constants.BETWEEN
•Constants.EMPTY_SEARCH
•Constants.NOT_CONTAINS
•Constants.NOT_EQUALS
•Constants.NOT_STARTS_WITH
•Constants.NOT_MORE_THAN
•Constants.NOT_LESS_THAN
•Constants.NOT_BETWEEN
•Constants.NOT_EMPTY
See also:
•Search API: setSearchOption()
•Choose fields screen: Search and Filter settings