Changes from Version 1 of adeiService_search

Show
Ignore:
Author:
csa (IP: 141.52.232.84)
Timestamp:
08/28/09 13:10:00 (15 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • adeiService_search

    v0 v1  
     1== search == 
     2Service performs searches for various information in ADEI and source databases. 
     3 
     4=== Format of search string === 
     5The 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 
     10The format is as follows: 
     11  {{{ [type/module specification] [global flags] <search string> [limits] }}} 
     12Everything besides search string is optional. By default if the type is not specified, the search for channel and group names is performed. 
     13 
     14