Entering Search Expressions

A search expression is one or several words that you want the system to use while searching for a contact. The search expression may be either as simple as one descriptive word or more complex: several words (possibly with wildcards) with logical operators.

The full list of implemented logical operators and wildcard symbols is provided below.

 

| (logical 'or')

e.g., Sonnmatt | Design

To search for contacts which have "Sonnmatt" or "Design" as part of their fields.

 

& (logical 'and')

e.g., Sonnmatt & Design

To search for contacts which have "Sonnmatt" and "Design" as part of their fields.

 

<> (logical 'not')

e.g., <>Sonnmatt

To search for contacts which do not have "Sonnmatt" as part of their fields.

 

'   ' (exact phrase)

e.g., 'Sonnmatt Design'

To search for contacts which have "Sonnmatt Design" in their fields.

 

? (one unknown character)

e.g., S?nnmatt

To search for contacts which have "Sannmatt" or "Sonnmatt", etc., as part of their fields.

 

* (string of unknown characters)

e.g., *on*, *on, on*

To search for contacts which have texts that contain "on" as part of words in their fields.

 

@ (ignore case)

e.g., @Sonnmatt

To search for contacts which have "sonnmatt" or "SONNMATT", etc., as part of their fields.

Examples

The following extended examples are aimed at facilitating the process of entering search expressions. They will illustrate the most controversial and difficult cases in order to diminish the possibility of making a mistake and thus increasing the search results accuracy.

  Incorrect search expressions

There are some unacceptable ways of entering search expressions. If you use them, the program will show the Incorrect query. warning message. Following are some examples of an incorrect search expression and their explanation:

Related Topics

The Contact Search

Generating Contact Search Index