CHABOT LIBRARY |
|
Now, you are ready to phrase a search statement.
You must phrase it so a database will know whether you want all your search
terms, either one or the other, or to eliminate instances where a particular
word or phrase exists:
| Chopin Kate AND women | Database searches for instances where Kate Chopin AND women appear |
| character OR characterization | Database searches for instances where EITHER the words Character OR characterization appear. Both CAN appear or just one of them. |
| Awakening NOT great | Database finds all instances where Awakening appears but ONLY WHEN the word Great does not (thus, not getting books or articles on "The Great Awakening" |
Notice that the search statements depend on an OPERATOR to basically give the database a command as to how it should perform its search based on the terms entered: (AND, OR, NOT). This is pertinent.
Once you have come up with a SEARCH STATEMENT, you are now ready to perform searches on the Library Catalog, our periodicals databases, and our other databases.
When using search engines to search the World
Wide Web, search statements you enter are slightly different. Take notice:
| +"kate chopin" +awakening
+"kate chopin" +"treatment of women" |
A "plus" sign is used to tell the database that the words MUST appear within the web pages you are searching. |
| +awakening -great
|
A "minus" sign is used to tell the database that the word water MUST appear but ONLY WHEN air does not. |
| "Kate Chopin"
"A Pair of Silk Stockings" "Desiree's Baby" "Woman Authors" "Edna Pontellier" |
In most search engines, you MUST surround your phrase with quotation marks. Most search engines treat each word separately. If there were no quotes, the search engine will likely find pages that EITHER have the words Kate OR Chopin. And anywhere these words appear on a web page, meaning a lot of non-relevant results! |