Boolean Operators and WWW Searches -- March, 2002 Tech Tip

Searching for information on the Internet can be a daunting task full of dead-ends and false leads. A teacher or student could spend hours on an unfocused quest, using one or several search engines. The Internet is indeed vast, but it can be organized into a sensible stream of information using the capabilities of various filtering tools.

One of the more efficient filtering methods involves the use of Boolean operators. Database searching has long been done according to the principles of Boolean logic, and it makes perfect sense that most Internet search engines allow the user to employ this method.

Boolean logic consists of three logical operators: OR AND and NOT.

OR

When you enter the OR operator between two words in your search engine, you are telling it to find documents that contain either word (you don't care which word, just one of them.)

For example, let’s suppose that your students are purchasing a classroom fish tank and they would like to know more about goldfish and guppies. In the search engine, typing in "goldfish OR guppies" (without the quotes) will yield pointers to documents that contain the word "goldfish" or the word "guppies".

AND

Entering AND between two words will yield only documents with that contain both words. In our example above, entering "goldfish AND guppies" (without the quotes) would give your students only documents with both words.

NOT

NOT tells the search engine to disregard those documents that contain a word. This is a powerful command and should be used sparingly. For example, if your search about goldfish and guppy food yielded lots of information about swordtails, you might be tempted to try "NOT swordtails". But, what if the utmost authority on goldfish happened to be a swordtail enthusiast? Perhaps her name is Irma Swordtail? You might eliminate the very thing for which you are searching!

Further Filtering -- Parenthesis and NEAR

Parenthesis

In using OR and AND, you can go one step further, using concepts from algebra. Parenthesis can help the search engine determine exactly what you mean. Maybe you want your students to find articles about what the fish eat. If you enter "goldfish OR guppies AND food", you might not get the documents you intend. Your search engine does not read left to right the way humans do. Most interpret the AND first, then follow with the OR. So, in this case you might get information about guppies and food and any information about goldfish.

To solve this dilemma, we can tell the search engine to interpret the OR first by typing " (goldfish OR guppies) AND food" (without the quotes).

Parenthesis are not needed when you are only using AND: "goldfish AND guppies AND food" or only using OR: "goldfish OR guppies OR food".

NEAR

Yet another way of narrowing your search is to use the term NEAR. This operator will retrieve two words that are close together (each search engine determines the delimits of proximity - five to 10 words perhaps.) A large document can contain many different words, and combining the words can create topics not really sought after. For example, if you were searching for information on gray cats, and searched for"gray AND cats", documents describing cats that lived in gray houses, or slept on gray mats, or woke up and the day was gray might appear on the list. If you enter "gray NEAR cats", you stand a better chance of retrieving what you want.

In conclusion, when you use a search engine, it's helpful to read the instructions before embarking on your quest. Each search engine has different parameters for upper and lower case letters and the use of Boolean operators. Try some experimental searches. Browse the results and make any necessary adjustments to the structure of your search words and operators. With a little practice, you can save hours of time in cyberspace and focus on the task at hand.


Information on this site that has been produced by Sun Associates is Copyright 1997 - 2013 Sun Associates and is available for individual, one-time, use by educators. Duplication is prohibited without permission. All other material is the property of its authors and Sun Associates makes no warranty for its use or accuracy.

Last updated, 3/18/02