Changes between Version 5 and Version 6 of adeiSEARCH
- Timestamp:
- 09/11/09 05:04:00 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
adeiSEARCH
v5 v6 11 11 The format is as follows: 12 12 {{{ [type/module specification] [global flags] <search string> [limits] }}} 13 Everything besides search string is optional. By default if the type is not specified, the search string is analyzed. Analysis routine guesses the type of search and executes a default set of modules for this type. The default behavior is to search for channel and group names. See [wiki:adeiSEARCH#StringAnalysis String Analysis ]for details.13 Everything besides search string is optional. By default if the type is not specified, the search string is analyzed. Analysis routine guesses the type of search and executes a default set of modules for this type. The default behavior is to search for channel and group names. See [wiki:adeiSEARCH#StringAnalysis String Analysis ] section for details. 14 14 15 15 The search type is specified in the curly brackets 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. If multiple modules are specified, the multiple searches are performed sequentially. The following format is expected: 21 21 * ''~'' - Fuzzy match 22 22 23 Filters are implemented as classes 24 25 == INTERVALSearch Engine == 26 '''Provided Modules''': 27 * ''interval'' - 28 29 '''Supported Filters''': 30 * ''interval''' 31 32 == ITEMSearch Engine == 33 '''Provided Modules''': 34 * ''channel'' - Searches items by uid only 35 * ''item'' - Searches items by uid and name 36 * ''group'' - Searches groups by name 37 * ''mask'' - Searches masks by name 38 * ''control'' - Searches controls by uid only 39 * ''control_item'' - Searches controls by uid and name 40 * ''control_group'' - Searches control groups by name 41 42 == PROXYSearch Engine == 43 '''Provided Modules''': 44 * ''proxy'' - 45 46 '''Supported Filters''': 47 * ''interval''' 23 48 24 49 == String Analysis ==