What are Boolean Operators?
Answer
Boolean Operators = AND, OR, NOT
Use Boolean operators to make your search more precise and save time.
AND = all
- Using AND will make your search smaller because all the words in your search must be in the results.
- Use AND between concepts.
- Example: Cats AND Dogs
OR = more
- Using OR will make your search bigger and get more results.
- Use OR between keywords.
- Example: Cats OR Dogs
NOT = exclude
- Use NOT to exclude certain words.
- Example: Cats NOT Dogs

