| |
Single term query |
|
The query specifies only one term for retrieving all documents which contain the term. *e.g., PC-RNS1 |
| |
|
| |
AND query |
|
The query specifies two or more terms for retrieving all documents which contain both terms.You can insert the and operator between the terms.
You can omit the and operator. Terms which is separated by one ore more spaces is assumed to be AND query.
*e.g., mini and card |
| |
|
| |
OR query |
|
The query specifies two or more terms for retrieving all documents which contain either term.You can insert the or operator between the terms. *e.g., SC1 or RC1 |
| |
|
| |
Grouping |
|
You can group queries by surrounding them by parentheses. The parentheses should be separated by one or more spaces. *e.g., ( SC1 or RC1 ) and Series |
| |
|
| |
Substring matching |
|
The are three types of substring matching searching. |
|
| *e.g., |
| |
Prefix matching e.g., WM* (terms which begin with WM) |
|
Inside matching e.g., *SD* (terms which contain SD) |
|
Suffix matching e.g., *connector (terms which terminated with connector) |
|
|
|
|
|