Changes between Version 5 and Version 6 of adeiSEARCH

Show
Ignore:
Author:
csa (IP: 141.52.232.84)
Timestamp:
09/11/09 05:04:00 (15 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • adeiSEARCH

    v5 v6  
    1111The format is as follows: 
    1212  {{{ [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. 
     13Everything 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. 
    1414 
    1515The 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: 
    2121 * ''~'' - Fuzzy match 
    2222 
     23Filters 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''' 
    2348 
    2449== String Analysis ==