Using Efficient Search Syntax

Use wildcard characters, such as an asterisk (*) or a question mark (?), to represent one or more characters when entering search terms. Wildcard characters are often used in place of one or more characters the actual character is unknown.

 

Asterisk

Use the asterisk (*) to substitute for one or more characters. For example, sales* locates all words that contain the word sales. The location of the asterisk is important: sales* might bring back salesman, or sales tax, but it would not find dollar sales. To locate dollar sales, enter * sales.

 

Question Mark

Use the question mark (?) to replace one character. For example, enter sal? to locate words like sale, or sal2, but not sales, since there are two extra characters in that term and the question mark only replaces one of them.

 

The question mark (?) wildcard cannot be used to search for attribute elements. For example, in the View Filter pane click Select and search for attribute elements, question marks (?) cannot be used as part of the search.

 

The following examples assume that the attribute Name has two display (browse) forms: First and Last. First refers to the first name and Last refers to the last name.

 

Search keywords that do not include wildcards have wildcards added at the beginning and the end.

Text included inside "double-quotes" is treated as a literal comparison. The results will return only those records with that exact term. For example:

A blank space, a comma, or the word OR indicates a logical OR between two conditions. An OR is placed in between multiple forms.

A pipe symbol (|) or the word AND indicates a logical AND between two conditions. An AND is placed between multiple forms.

A form name (not case-sensitive) followed by a colon can be used to search on a specific form.

Related Topics

Advanced Searches

Simple Searches

 

 

_____________________________