Examples:
| Query Type | Query Term | Searches for… | Example Matches |
|---|---|---|---|
| contains | inhibit | …items that contain the query term word (and its grammatical variations). |
|
| contains | inhibit* | …items that contain words beginning with the query term (and its grammatical variations). |
Same as above, plus:
|
| equals | ddt | …items that exactly match the query term. |
|
| equals | ddt* | …items that begin with the query term. |
|
| equals | *ddt | …items that end with the query term. |
|
| equals | *ddt* | …items that contain occurrences of the query term substring anywhere within them. |
|
| equals | d*dt | …items that begin with the pre-wildcard substring, end with the post-wildcard substring, and may have characters between them. |
|
| equals | name:ddt | …official/primary names that exactly match the query term. |
|