To understand nesting, it's important to know that most databases follow a specific order when processing search terms: NOT is processed first, followed by AND, then OR. This means the database will first group and search terms connected by AND before considering those connected by OR, which can affect your results.
Nesting is a technique that uses parentheses to control the order in which search terms are processed. By grouping terms with parentheses, you can tell the database exactly how to combine them, overriding the default logic and improving the accuracy of your search results. Search terms inside the parentheses are processed first, then combined with the terms outside the parentheses.
The most common way to use nesting is to group multiple search terms that represent the same concept using the OR operator inside parentheses, then connect that group to other search terms representing different concepts using AND.
Here's an example:
Essentially, this search statement tells the database to:
This work is licensed under a
Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License
by Tilburg University.