search keyword must be at least 3 characters long
Not what you are looking for?
Type | Example | Notes |
---|---|---|
Fuzzy | kettle~ | Contain terms that are close to the word kettle , such as cattle |
Wild | cat* | Contain terms that begin with cat, such as category and the exact term cat itself |
Exact-Single | orange | Contain the term orange |
Exact-Phrase | "dnn is awesome" | Contain the exact phrase dnn is awesome |
OR | orange bike | Contain the term orange or bike, or both. OR, if used, must be in uppercase |
orange OR bike | ||
AND | orange AND bike | Contain both orange and bike. AND must be in uppercase |
Combo | (agile OR extreme) AND methodology | Contain methodology and must also contain agile and/or extreme |