Type
Fuzzy |
Example
kettle~ |
Notes
Contain terms that are close to the word kettle, such as cattle |
Type
Wild |
Example
cat* |
Notes
Contain terms that begin with cat, such as category and the exact term cat itself |
Type
Exact-Single |
Example
orange |
Notes
Contain the term orange |
Type
Exact-Phrase |
Example
"dnn is awesome" |
Notes
Contain the exact phase dnn is awesome |
Type
OR |
Example
orange bike |
Notes
Contain the term orange or bike, or both. OR, if used, must be in uppercase |
Type
|
Example
orange OR bike |
Notes
|
Type
AND |
Example
orange AND bike |
Notes
Contain both orange and bike. AND must be in uppercase |
Type
Combo |
Example
(agile OR extreme) AND methodology |
Notes
Contain methodology and must also contain agile and/or extreme
|