|
Stud.IP
jlu_4.3 Revision 64286
|


Static Public Member Functions | |
| static | getName () |
| static | getSQL ($search, $filter, $limit) |
| static | filter ($message_id, $search) |
| static | getSearchURL ($searchterm) |
Static Public Member Functions inherited from GlobalSearchModule | |
| static | getName () |
| static | getSQL ($search, $filter, $limit) |
| static | filter ($data, $search) |
| static | getFilters () |
| static | getSearchURL ($searchterm) |
| static | mark ($string, $query, $longtext=false, $filename=true) |
| static | getInstituteIdsForSQL ($institute_id) |
| static | getSeminarTypesForSQL ($sem_class) |
| static | getCurrentSemester () |
| static | getActiveSearchModules () |
|
static |
Returns an array of information for the found element. Following informations (key: description) are necessary
Additional informations are:
| $id | |
| $search |
Reimplemented from GlobalSearchModule.

|
static |
|
static |
Returns the URL that can be called for a full search.
| string | $searchterm | what to search for? |
Reimplemented from GlobalSearchModule.

|
static |
Transforms the search request into an sql statement, that provides the id (same as getId) as type and the object id, that is later passed to the filter.
This function is required to make use of the mysql union parallelism
| $search | the input query string |
| $filter | an array with search limiting filter information (e.g. 'category', 'semester', etc.) |
Reimplemented from GlobalSearchModule.
