SproutCMS

This is the code documentation for the SproutCMS project

Page options:

Inherited members

class SearchController

Performs site-wide searches

Functions

NameVisibilityDescription
__constructpublic 
indexpublicPerforms a site-wide search for the 'q' term specified via the query string.

public __construct

void $SearchController->__construct ( );

This function does not have a description

public index

void $SearchController->index ( );

Performs a site-wide search for the 'q' term specified via the query string.
Basically a wrapper for the Search::query() method