 |
Java Games: Flashcards, matching, concentration, and word search. |
 |
 |
A | B |
AND,& | Results must include both words |
OR,| | results must include at least one of the words |
+ | results must include the word specified after the operator |
NOT,! | results must exclude the word specified after the operator |
NEAR, ADJ,FAR, BEFORE | two keywords on a page must be within a certain proximity to each other (near or far) |
"" | keyword must appear in phrases in the order specified. |
* | The root word can include variations in spelling. This boolean operator is called a wildcard character |
. | The root word cannot be expanded for example color. will return only color not colors, colorize, or Colorado |
|
| |