The sections below describe operators used to search numeric and date fields.
= (Equals)
Selects documents whose document field values are exactly the same as the search string you specify. ORGNO
has been defined as the number of the organization that wrote the document. To select only those documents written by organization 104, enter the following:
For example, to search for documents with ORGNO field values not equal to 104, use this query:
NOT
modifier returns the same results as using the !=
operator, the !=
operator functions much more efficiently.
For example, assume a document field named
REVISION
has been defined. To select only those documents that have been revised more than three times, enter the following:
For example, assume a document field named
REVISION
has been defined. To select only those documents that have been revised three times or more, enter the following:
For example, assume a document field named
PAGES
has been defined. To select only those documents less than five pages long, enter the following:
For example, assume a document field named
DATE
has been defined. To select only those documents dated prior to and including February 14, 1991, enter the following: