Boolean Operators (Must capitalize in Library Search)
- OR- Retrieves all results that have either word in them
- dogs OR cats (everything with the word dog and also everything with the word cat)
- AND- Retrieves only items that have both words in them
- dogs AND cats (items with both the word dog and cat in them)
- NOT- Retrieves items that do not have that word in them
- dogs NOT cats (items with the word dog and don't have the word cat)