Searching for Multiple Items

Within a box

To find records that satisfy multiple conditions in a single box, separate the search items with symbols:

Symbol Explanation
/   Represents Boolean OR. Expands a search, because EITHER condition may be met. Example: computer / network finds information about either of those topics.
Represents Boolean AND. Limits a search, because ALL conditions must be met. Use & if the retrieved records must satisfy several criteria at once. Example: computer & network finds topics only if they contain BOTH words.
!   Represents Boolean NOT. Excludes records from the search results. Example: computer ! network finds topics that contain the word computer, but not network.

Don't confuse AND and OR. A search for car&automobile&vehicle probably won't find any records, but car/automobile/vehicle will. Why? Because the first search (using &) requires that each record contain all three words. The second search (using /) requests any record containing any of those words.

Don't use other symbols to separate search items. A search for car, automobile will look for those two words appearing consecutively (a phrase). It is exactly the same as a search for car automobile.

If the item for which you are searching includes characters that might be misinterpreted, surround the item with quotation marks. Example: search for "AT&T" or "1/31/96". This is especially important when searching for dates, because the forward slash (/) represents Boolean OR. When in doubt, use quotation marks.

You can include or omit spaces around the Boolean symbols (& / !). You can combine symbols in a box, and use parentheses to control the order of evaluation. Without parentheses, the conditions are evaluated in left-to-right order.


Across boxes

To find records that satisfy multiple conditions in more than one box, type information in each box. If the query form includes Boolean droplists next to the boxes, you can change the condition associated with that box.

Boolean Command Explanation
OR Retrieves records that meet ANY of the criteria, such as all books written by Smith OR about baseball, OR both.
AND Retrieves only those records that meet ALL of the criteria, such as all books written by Smith AND which are about baseball.
NOT Excludes records from the search results, such as all books written by Smith which are NOT about baseball.

Search criteria in boxes are evaluated in top-to-bottom order.