CompuLink Services

[Home]


Solutions Through Technology


Use the form on the left to search our entire site or portions of it.

Search Tips are available below the search form.
1. Enter your search word(s) or phrase.
2. Select your search criteria.
3. Choose an area of the site to search.
Entire Site (except BBS)
Entire Site (and BBS)
The Software Library
Bulletin Board System


Search Tips:

The following topics describe a few simple search tips as well as explaining how to perform complex boolean searches.
Simple Search Tips:

The most important factor in performing a successful simple search is entering proper search word(s) and selecting the proper search criteria.

  1. Enter search word(s) that really describe what you're looking for. Often, a multi-word query will return better results. For example, enter software download, not just software and don't use the word CompuLink, it appears almost everywhere.

    Also, if you enter a mixed-case word in a simple search, it will be treated as case sensitive. For example, "apple" will match "Apple" and "APPLE", but "Apple" will not match "apple", "APPLE" or "apPle".

  2. Select the correct search criteria to match your search word(s). While the words, "chocolate fudge" may not appear on many pages, the word chocolate or fudge may appear on many pages. The search criteria include:
    All Words: This criteria will return pages that contain all the words you entered. For example, chocolate AND fudge.
    Any Words: This criteria will return pages that contain any the words you entered. For example, chocolate OR cake.
    Boolean Search: This criteria will return only those pages that match your advanced boolean search expression.

  3. You can further refine and speed up your search by selecting the desired area of the site to search.

Boolean Search Expression:

A Boolean Search is very powerful, allowing you to specify multiple search elements that include or exclude multiple words, groups of words, and even wildcards characters. The following describes the various elements that can be used in a boolean expression:

Element Description/Example
AND Use AND when you want to match "this AND that". Used without other elements, this is identicle to an All Words search

EXAMPLE: chocolate AND cake

RETURNS: All pages containing the words chocolate AND cake.

OR Use OR when you want to match "this OR that". Used without other elements, this is identicle to an Any Words search

EXAMPLE: chocolate AND cake

RETURNS: All pages that contain the word chocolate OR cake.

NOT Use NOT when you want to match "this but NOT that".

EXAMPLE: chocolate NOT cake

RETURNS: All pages with the word "chocolate" that do NOT have the word cake.

( )
Braces
Use braces to enclose a sub-expression.

EXAMPLE: chocolate AND (fudge OR cake)

RETURNS: All pages with the word chocolate that also contain the word fudge OR cake.

=
Equal
Sign
Use the equal sign before words that you want to be case-sensetive.

EXAMPLE: =CompuLink

RETURNS: All pages with "CompuLink", but not "COMPULINK", "compulink", or "Compulink", etc.

*
Asterisk
This is a special "wildcard character". The "*" represent any number of any character.

EXAMPLE: *nut

RETURNS: All pages with "nut", "peanut", wallnut", "chestnut", etc.

?
Question
Mark
This is a special "wildcard character". The "?" represent any single character.

EXAMPLE: ?ake

RETURNS: All pages with "cake", "bake", and "rake", but not "brake" or "flake".

Here are some more advanced examples:

  • chocolate AND (pudding OR cake) NOT (fudge OR brownies)
  • *nut AND "chocolate brownies"
  • "computer games" AND child* NOT viol*
The last example above would find pages with "computer games" AND "child" or "childs" or "children" or "childrens", as long as those pages didn't contain, "violent" or "violence".