You can also use the special keywords AND, OR and NOT in your search string. AND-expressions are evaluated before OR-expressions. You can use parenthesis to force a particular evaluation order. For example, the search expression aa AND bb OR cc will find all documents containing both aa and bb, plus all documents containing cc. You may also write this as ( aa AND bb ) OR cc.