PDA

View Full Version : How To Search The Interwebzorz [email protected]!!!111211!!!


TheRonTom31
12-03-2007, 08:29 AM
Boolean Searching on the Internet

A Primer in Boolean Logic

The Internet is a vast computer database. As such, its contents must be searched according to the rules of computer database searching. Much database searching is based on the principles of Boolean logic. Boolean logic refers to the logical relationship among search terms, and is named for the British-born Irish mathematician George Boole.
On Internet search engines, the options for constructing logical relationships among search terms extend beyond the traditional practice of Boolean searching. This will be covered in the section below, Boolean Searching on the Internet. (http://www.internettutorials.net/boolean.html#boolean)
Boolean logic consists of three logical operators:

OR
AND
NOTEach operator can be visually described by using Venn diagrams, as shown below.
OR
http://www.internettutorials.net/images/or.jpg college OR university

Query: I would like information about college.

In this search, we will retrieve records in which AT LEAST ONE of the search terms is present. We are searching on the terms college and also university since documents containing either of these words might be relevant.
This is illustrated by:<LI class=listindent>the shaded circle with the word college representing all the records that contain the word "college" <LI class=listindent>the shaded circle with the word university representing all the records that contain the word "university"
the shaded overlap area representing all the records that contain both "college" and "university"OR logic is most commonly used to search for synonymous terms or concepts.
Here is an example of how OR logic works:
Search terms
Resultscollege396,482
university590,791
college OR university819,214

OR logic collates the results to retrieve all the unique records containing one term, the other, or both.
The more terms or concepts we combine in a search with OR logic, the more records we will retrieve.
http://www.internettutorials.net/images/or3.jpg
For example:

Search termsResults
college396,482
university590,791
college OR university819,214
college OR university OR campus929,677

AND
http://www.internettutorials.net/images/and.jpg poverty AND crime

Query: I'm interested in the relationship between poverty and crime.

In this search, we retrieve records in which BOTH of the search terms are present
This is illustrated by the shaded area overlapping the two circles representing all the records that contain both the word "poverty" and the word "crime"
Notice how we do not retrieve any records with only "poverty" or only "crime"Here is an example of how AND logic works:
Search termsResults
poverty76,342crime348,252
poverty AND crime12,998
The more terms or concepts we combine in a search with AND logic, the fewer records we will retrieve.
http://www.internettutorials.net/images/and3.jpg
For example:
Search termsResults
poverty76,342crime348,252
poverty AND crime12,998
poverty AND crime AND gender1,220

A few Internet search engines make use of the proximity operator NEAR. A proximity operator determines the closeness of terms within the text of a source document. NEAR is a restrictive AND. The closeness of the search terms is determined by the particular search engine. Google defaults to proximity searching by default.
NOT
http://www.internettutorials.net/images/not.jpg cats NOT dogs

Query: I want information about cats, but I want to avoid anything about dogs.

In this search, we retrieve records in which ONLY ONE of the terms is present
This is illustrated by the shaded area with the word cats representing all the records containing the word "cats"
No records are retrieved in which the word "dogs" appears, even if the word "cats" appears there tooHere is an example of how NOT logic works:
Search termsResults
cats86,747dogs130,424
cats NOT dogs65,223

NOT logic excludes records from your search results. Be careful when you use NOT: the term you do want may be present in an important way in documents that also contain the word you wish to avoid.
Boolean Searching on the Internet

When you use an Internet search engine, the use of Boolean logic may be manifested in three distinct ways:

Full Boolean logic with the use of the logical operators
Implied Boolean logic with keyword searching
Predetermined language in a user fill-in template1. Full Boolean logic with the use of the logical operators

Many search engines offer the option to do full Boolean searching requiring the use of the Boolean logical operators.
Examples:
Query: I need information about cats.
Boolean logic: OR
Search: cats OR felines

Query: I'm interested in dyslexia in adults.
Boolean logic: AND
Search: dyslexia AND adults

Query: I'm interested in radiation, but not nuclear radiation.
Boolean logic: NOT
Search: radiation NOT nuclear

Query: I want to learn about cat behavior.
Boolean logic: OR, AND
Search: (cats OR felines) AND behavior
Note: Use of parentheses in this search is known as forcing the order of processing. In this case, we surround the OR words with parentheses so that the search engine will process the two related terms first. Next, the search engine will combine this result with the last part of the search that involves the second concept. Using this method, we are assured that the semantically-related OR terms are kept together as a logical unit.

2. Implied Boolean logic with keyword searching


Keyword searching refers to a search type in which you enter terms representing the concepts you wish to retrieve. Boolean operators are not used.
Implied Boolean logic refers to a search in which symbols are used to represent Boolean logical operators. In this type of search on the Internet, the absence of a symbol is also significant, as the space between keywords defaults to either OR logic or AND logic. Nowadays, most search engines default to AND.
Implied Boolean logic has become so common in Web searching that it may be considered a de facto standard.
Examples:
Query: I need information about cats.
Boolean logic: OR
Search: [None]
It is extremely rare for a search engine to interpret the space between keywords as the Boolean OR. Rather, the space between keywords is interpreted as AND. To do an OR search, choose either option #1 above (full Boolean logic) or option #3 below (user fill-in template).

Query: I'm interested in dyslexia in adults.
Boolean logic: AND
Search: +dyslexia +adults

Query: I'm interested in radiation, but not nuclear radiation.
Boolean logic: NOT
Search: radiation -nuclear

Query: I want to learn about cat behavior.
Boolean logic: OR, AND
Search: [none]
Since this query involves an OR search, it cannot be done with keyword searching. To conduct this type of search, choose either option #1 above (full Boolean logic) or option #3 below (user fill-in template).

3. Predetermined language in a user fill-in template

Some search engines offer a search template which allows the user to choose the Boolean operator from a menu. Usually the logical operator is expressed with substitute language rather than with the operator itself.
Examples:
Query: I need information about cats
Boolean logic: OR
Search: Any of these words/Can contain the words/Should contain the words

Query: I'm interested in dyslexia in adults.
Boolean logic: AND
Search: All of these words/Must contain the words

Query: I'm interested in radiation, but not nuclear radiation.
Boolean logic: NOT
Search: Must not contain the words/Should not contain the words

Query: I want to learn about cat behavior.
Boolean logic: OR, AND
Search: Combine options as above if the template allows multiple search statements

Quick Comparison Chart:
Full Boolean vs. Implied Boolean vs. Templates
Full BooleanImplied BooleanTemplate TerminologyORcollege or university[rarely available]
*see note belowany of these words
can contain the words
should contain the wordsANDpoverty and crime+poverty +crimeall of these words
must contain the wordsNOTcats not dogscats -dogsmust not contain the words
should not contain the wordsNEAR, etc.cats near dogsN/Anear

* Most multi-term search statements will resolve to AND logic at search engines that use AND as the default. Nowadays most search engines default to AND. Always play it safe, however, and consult the Help files at each site to find out which logic is the default.


Information complied from
http://www.internettutorials.net/boolean.html

Dirty Habit
12-03-2007, 08:42 AM
Good summary!

Unfortunately the average noob is going to get to the word "Database" and stop reading. TooNERZ DONT USE WORDz LIK "DATABASE"!

Your gonna need to add some spinnarrz, hyphy clowns, a myspace picture, something with a large wing, and 9043 wheels on 44320 color combinations of s13,s14, s13.4, s13.5, 280sx, s14.3....etc..etc...etc.

This should be a three part mini series. Im serious.

statik
12-03-2007, 09:23 AM
you should reference where you take your info from:

http://www.internettutorials.net/boolean.html

edit: taken from where you posted this in another thread:

DONE! It was quite simple. I tried to make it even dumby proof. Boolean search infor will help the write up thats already on here. it will help people get less frustrated by narrowing down the results the get.

I hope you are the original author of the tutorial on that site, and just forgot to mention that.

TheRonTom31
12-03-2007, 10:21 AM
I edited it but I will add a reference to the site. I wasn't sure if it was ok to link to other sites directly or use other site references on this forum. Thats a big no no in someplaces.

89s13steve
12-03-2007, 10:40 AM
[quote=Clean$13;1685092]Good summary!

Unfortunately the average noob is going to get to the word "Database" and stop reading. [quote]


Thats what I did:keke:

statik
12-03-2007, 10:46 AM
I edited it but I will add a reference to the site. I wasn't sure if it was ok to link to other sites directly or use other site references on this forum. Thats a big no no in someplaces.

I would believe that if you didn't try to take credit for it in your earlier post

"DONE! It was quite simple. I tried to make it even dumby proof."

indeed, it is quite simple to copy and paste, hoping for some ill zilvia repage? whatever

TheRonTom31
12-03-2007, 12:18 PM
Try copying and pasting it. It will come out retarded. I printed and re typed. I also left out all direct links except for one. SO i think I'll take a little credit for taking the 2 minutes to type it all out and add the pics and stuff. just a little thought:bow:

as long as it helps one noob not make a thread with a dumb question is good

Kuzumi
12-03-2007, 01:13 PM
to add to this
if you are currently in a college or university, they have their own database.

Flipzide
12-03-2007, 01:19 PM
to add to this
if you are currently in a college or university, they have their own database.

word. any member here who may have attended college should at least be familiar with it and should know how to search :).

TheRonTom31
12-03-2007, 01:41 PM
yup I remember waaay back english 111 in college had a whole like 2 day thing on how to use search engines and how to search on databases. Thats where i remember boolean from and figured highschool and older than college might need a refresher or starter

haha I just got what repage was. I must have read that like a billion time. I could careless about Rep. Does it even DO anything?