| Boolean Operator* | Example | Result |
| AND | "linear" AND "nonlinear" |
Using the operator AND will return results containing both linear and nonlinear.
|
| OR | "linear" OR "nonlinear" |
Using the operator OR will return results containing either linear or nonlinear.
|
| NOT | "linear" AND NOT "nonlinear" |
Using the operator AND NOT will return results containing only linear and not nonlinear.
|
" "
Use quotation marks to search for a specific phrase | "Mechanical Event Simulation" |
Using quotation marks around a phrase will return results containing only instances of the full phrase "Mechanical Event Simulation".
|
*
When using boolean operators keywords and phrases must be surrounded by quotation marks.
Example: "Mechanical Event Simulation" and "FEA" |