# Search with AND & OR

With free search you can also look for different results based on logical (boolean) relationships between data items. Just make sure to insert parentheses before and after - ( and ) - each query expression containing one of these operators.

Steps:

  1. It is possible to search for results containing one or another search term by inserting OR between the expressions you are looking for: (Actual OR Estimate) (opens new window).
  2. We can also search results containing both search terms by inserting AND between the expressions you are looking for: (2014 AND 2016 AND 2017) (opens new window).
  3. We can increase complexity by combining the two terms, AND & OR, in the same query: ((Actual OR Estimate) AND (Portugal OR Brazil) AND (2014 OR 2017 OR 2016)) (opens new window).