Changes between Version 1 and Version 2 of adeiService_search

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

--

Legend:

Unmodified
Added
Removed
Modified
  • adeiService_search

    v1 v2  
    11== search == 
    2 Service performs searches for various information in ADEI and source databases. 
     2 
     3 Service performs searches for various information in ADEI and source databases. 
    34 
    45=== Format of search string === 
    1213Everything besides search string is optional. By default if the type is not specified, the search for channel and group names is performed. 
    1314 
    14  
     15The search type is specified in the beginning of the search string. The search module available in the ''classes/search'' should be indicated (name of the class should be specified). Optional options for the class constructor could be indicated as well. The foolowing format is expected: 
     16  {{{ {module_name(opt1=value1,opt=value2), another_module(...)} }}}