Simple query expressions

Simple queries allow end users to enter simple, comma-delimited strings and use wildcard characters. By default, a simple query searches for words, not strings. For example, entering the word "Micros" will find only documents containing the word "micros" and not "Microsoft." You can use wildcards, however to broaden the scope of the search. "Micros*" will return documents containing both "micros" and "Microsoft." Case is ignored.

You can enter multiple words separated by commas: software, Microsoft, Oracle. The comma in a Simple query expression is treated like a logical OR. If you omit the commas, the query expression is treated as a phrase, so that documents would be searched for the phrase "software Microsoft Oracle."

Ordinarily, operators are employed in Explicit query expressions. Operators are normally surrounded by angle brackets < >. However, you can use the AND, OR, and NOT operators in a Simple query without using angle brackets: software AND (Microsoft OR Oracle). To include an operator in a search, you surround it with double quotation marks: software "and" Microsoft. This expressions searches the phrase "software and Microsoft."

A simple query employs the STEM operator and the MANY modifier. STEM searches for words that derive from those entered in the query expression, so that entering "find" will return documents that contain "find," "finding," "finds," etc. The MANY modifier forces the documents returned in the search to be presented in a list based on a relevancy score.

Explicit query expressions

Explicit queries can be constructed using a variety of operators, including evidence, proximity, relational, concept, and score operators. Most operators in an Explicit query expression are surrounded by angle brackets < >. You can use the AND, OR, and NOT operators without angle brackets. For more information about using operators in query expressions, see the Operator Summary.

Simple and Explicit Syntax

Simple syntax

Explicit syntax