Campustream 1.0
A social network MQP for WPI
Search_Controller Class Reference
Inheritance diagram for Search_Controller:
Controller REST

Public Member Functions

 statuses ()
 users ()
 tags ()

Data Fields

 $enable_session = true

Detailed Description

Responsible for handling all search API endpoints on the site. All searches are performed with the Sphinx search engine.

Definition at line 7 of file search.php.


Member Function Documentation

statuses ( )

Perform a search through all user statuses

Definition at line 13 of file search.php.

tags ( )

Searches through all question tags

Definition at line 81 of file search.php.

users ( )

Performs a search by searching through all usernames

Definition at line 47 of file search.php.


Field Documentation

$enable_session = true

Reimplemented from Controller.

Definition at line 8 of file search.php.


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