Stud.IP  4.2 Revision
GlobalSearchMyCourses Class Reference
Inheritance diagram for GlobalSearchMyCourses:
Inheritance graph
Collaboration diagram for GlobalSearchMyCourses:
Collaboration graph

Static Public Member Functions

static getName ()
 
static getSQL ($search)
 
static filter ($course_id, $search)
 
static getSearchURL ($searchterm)
 
- Static Public Member Functions inherited from GlobalSearchModule
static getName ()
 
static getSQL ($search)
 
static filter ($data, $search)
 
static getSearchURL ($searchterm)
 
static mark ($string, $query, $longtext=false, $filename=true)
 
static getActiveSearchModules ()
 

Member Function Documentation

◆ filter()

static filter (   $course_id,
  $search 
)
static

Returns an array of information for the found element. Following informations (key: description) are necessary

  • name: The name of the object
  • url: The url to send the user to when he clicks the link

Additional informations are:

  • additional: Subtitle for the hit
  • expand: Url if the user further expands the search
  • img: Avatar for the
Parameters
$id
$search
Returns
mixed
Here is the call graph for this function:

◆ getName()

static getName ( )
static

Returns the displayname for this module

Returns
mixed

◆ getSearchURL()

static getSearchURL (   $searchterm)
static

Returns the URL that can be called for a full search.

This could become obsolete when we have a real global search page.

Parameters
string$searchtermwhat to search for?
Here is the call graph for this function:

◆ getSQL()

static getSQL (   $search)
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

Parameters
$searchthe input query string
Returns
String SQL Query to discover elements for the search
Here is the call graph for this function:

The documentation for this class was generated from the following file: