Changes between Version 1 and Version 2 of adeiService_search
- Timestamp:
- 08/28/09 13:15:44 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
adeiService_search
v1 v2 1 1 == 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. 3 4 4 5 === Format of search string === 12 13 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 14 15 The 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(...)} }}}