The search utility will search for any of the character strings you enter. When two or more words are entered, it will act as an OR command.

Example: If you enter the string: cat dog the results will include any occurrences of either the word cat or the word dog. Your results could also contain the words dogs, doghouse, etc. (As long as it contains one of these strings in its entirety. It will not look for the exact phrase "cat dog".)

  • Hint: If your results are too large, remove a word or two; or add a few more characters to the word(s).
  • Hint: Try to Search For an unusual word that you recall from the issue. Example: internal rather than in.

    The search is not case sensitive. If you enter DOG, the word dog or Dog will be found whether it is upper or lower case.

    Wildcard (%):

    In the field 'Search For:', you may use the symbol % as a wildcard. Use it in place of a character or characters that are unknown or that may differ.

    Examples:
    Use at Beginning: entering %at will result in finding any character strings that end in 'at', such as cat, that, bat, etc.

    Use in Middle: Entering c%t will find any character strings that have 'c' at the beginning, and 't' and the end, but some other character or string of characters in between. Such as chat, cut, coat, or catalogue.