You are not logged in; log in or register.
0 registered members currently visiting; 171 today!  7539 registered members!
  


Check out our next webinar, Effective Cross-Selling Techniques, coming on September 23. View our complete webinar schedule here.


Members of this site have generously contributed more than 1,100 credit union documents, all available for your downloading pleasure. These include marketing plans, new member mailings, marketing campaign samples, SEG presentations, employees policies, and many more.

(click for more info...)
You are viewing only partial search results since you haven't logged in as a registered member. If you are a registered member of this site, please log in before doing a search to see results which include discussions, contributed documents and site members.
Click here to search for people on this site.
Click here to search for credit unions.
No results found. Try using fewer search words.

The following rules apply for composing search expressions.

Prefix and infix notation

Search strings that use any operator other than evidence operators can be defined in prefix notation or infix notation. This means that either of the following expressions is valid:

  • AND (a,b)

    This is prefix notation

  • a AND b

    This is infix notation

When prefix notation is used, precedence is handled explicitly within the expression. The following example means: "Look for documents that contain b and c first, then documents that contain a":

OR (a, AND (b,c))

When infix notation is used, precedence is implicit in the expression. For example, the AND operator takes precedence over the OR operator.

Commas in expressions

If an expression includes two or more search terms within parentheses, a comma is required as a separator between each element. The following example means: Look for documents that contain any combination of a and b together. Note that in this example, angle brackets are used with the OR operator.

<OR> (a, b)

Delimiters in expressions

Angle brackets < >, double quotation marks " ", and backslashes \ are used to delimit various elements in a query expression.

Angle brackets for operators

Left and right angle brackets < > are reserved for designating operators and modifiers. They are optional for the AND, OR, and NOT operators, but required for all other operators.

Double quotation marks in expressions

You use double quotation marks to search for a word that is otherwise reserved as an operator, such as AND, OR, and NOT.

Backslashes in expressions

To include a backslash \ in a search, insert two backslashes for each backslash character you want to search for, such as C:\\CFUSION\\BIN.