<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD><TITLE>Search Engine Showdown Analysis: Boolean Searching on Google</TITLE>
<link rel="stylesheet" href="../../search.css" type="text/css">
<STYLE TYPE="text/css">
     <!--
P    {margin-right : 0.15in ;
    margin-left : 0.15in}
H4    {text-align: center}
-->
     </STYLE>
<META NAME="author" CONTENT="Greg Notess">
<META NAME="description" CONTENT="An analysis of how to do Boolean searching on Google with its recent addition of the Boolean OR operator.">
<META NAME="keywords" CONTENT="Google, Boolean searching, tutorial, explanation">

</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#CC0000" VLINK="#990000" ALINK="#0033CC">
<!--#include virtual="/css/sesheadtop.txt" --><!--#include virtual="/cgi-bin/banner.cgi" --><!--#include virtual="/css/sesheadbot.txt" -->
<TABLE BORDER="0" WIDTH="90%" CELLSPACING=4>
    <TR VALIGN="TOP">
    <TD BGCOLOR="#FFCC98">
<DIV ALIGN="RIGHT"><FONT FACE="Arial, Helvetica, sans-serif" SIZE="4" COLOR="#663399">Search Engine Showdown Analysis: Boolean Searching on Google</FONT><BR>
<FONT FACE="Arial, Helvetica, sans-serif" SIZE="2" COLOR="#663399">by <A HREF="mailto:greg@notess.com">Greg R. Notess</A><BR>
Nov. 3, 2000
</FONT></DIV>
</TD></TR>

<TR VALIGN=TOP><TD>
	<TABLE ALIGN="RIGHT">
	<TR>
          <TD><!--#include virtual="/css/googlesearch.shtml" --></TD></TD>
	</TR>
	</TABLE>
<P CLASS="text">
In October 2000, Google finally introduced support for the Boolean OR operator. With the Google default of an AND operation between terms and its support for phrase searching using the "quote marks," it is now possible to do some Boolean operations on Google. However, not all work and some permutations come up with strange results. This tutorial is designed to show what can be done and what does work, at least as of November 3, 2000.
<P>
<DIV ALIGN="CENTER">
<TABLE CELLPADDING="4" CELLSPACING="8" BORDER="0">
    <TR  VALIGN="TOP">
    <TH><FONT COLOR="#990000">For this operation</FONT></TH>
    <TH><FONT COLOR="#990000">Try this on Google</FONT></TH>
    </TR>
<TR VALIGN="TOP"><TD BGCOLOR="#FFCC99" ALIGN="center">
x AND y </TD> <TD BGCOLOR="#FFCC99" ALIGN="center">    x y </TD></TR>

<TR VALIGN="TOP"><TD BGCOLOR="#FFCC99" ALIGN="center">
x OR y </TD> <TD BGCOLOR="#FFCC99" ALIGN="center">    x OR y </TD></TR>

<TR VALIGN="TOP"><TD BGCOLOR="#FFCC99" ALIGN="center">
x AND (y OR z)</TD> <TD BGCOLOR="#FFCC99" ALIGN="center">    x y OR z </TD></TR>

<TR VALIGN="TOP"><TD BGCOLOR="#FFCC99" ALIGN="center">
(x AND y) OR (z AND q)</TD> <TD BGCOLOR="#FFCC99" ALIGN="center">    not yet possible </TD></TR>

<TR VALIGN="TOP"><TD BGCOLOR="#FFCC99" ALIGN="center">
(x OR y) AND (z OR q)</TD> <TD BGCOLOR="#FFCC99" ALIGN="center">    x OR y z OR q </TD></TR>

<TR VALIGN="TOP"><TD BGCOLOR="#FFCC99" ALIGN="center">
x AND (y OR z OR q)</TD> <TD BGCOLOR="#FFCC99" ALIGN="center">    x y OR z OR q </TD></TR>

<TR VALIGN="TOP"><TD BGCOLOR="#FFCC99" ALIGN="center">
x AND (y OR z) AND q </TD> <TD BGCOLOR="#FFCC99" ALIGN="center">    x y OR z q </TD></TR>
</TABLE>
</DIV>


<P CLASS="text">
Note that the OR operator must be entered in all upper case:
 <CODE>       x OR y </CODE>. 
If it is entered in lower case, Google gives an error message of "The word "or" was ignored in your query -- for search results including one term or another, use capitalized "OR" between words. <A HREF=""http://www.google.com/intl/en_extra/help/basics.html#and>[details]"</A>. Clicking on the "details" link brings up their help page.



<P CLASS="text"> 
I am guessing that Google may still be working out the details. They just recently updated <A HREF=""http://www.google.com/intl/en_extra/help/basics.html#and>their help page</A> to include mention of the ability to use the OR operator. The OR is a welcome addition, but for those of us used to using Boolean operators, we have to adapt the usual way we would run such a search. The chart above should help, but be warned that Google does tend to change its search features. These changes are often quick and unannounced. If any of the above approaches do not seem to work, or if you find other ones, please send me a note at <A HREF="mailto:greg@notess.com">greg@notess.com</A>
 


</TD></TR>
</TABLE>


<P>
<!--#include virtual="/css/footer.txt" -->
</BODY>
</HTML>