| | 1 | == search == |
|---|
| | 2 | Service performs searches for various information in ADEI and source databases. |
|---|
| | 3 | |
|---|
| | 4 | === Format of search string === |
|---|
| | 5 | The search string consists of four components: |
|---|
| | 6 | * The first component defines type of the search. Examples are ''item search'', ''channel value search'', ''datetime search''. |
|---|
| | 7 | * Second component provides some options. For example, demands exact or fuzzy match |
|---|
| | 8 | * Third and fourth components are type-dependent and containing search string and additional limits |
|---|
| | 9 | |
|---|
| | 10 | The format is as follows: |
|---|
| | 11 | {{{ [type/module specification] [global flags] <search string> [limits] }}} |
|---|
| | 12 | Everything besides search string is optional. By default if the type is not specified, the search for channel and group names is performed. |
|---|
| | 13 | |
|---|
| | 14 | |