docstring

pull/307/head
Erik Johnston 2015-10-16 11:52:16 +01:00
parent 3cf9948b8d
commit b62da463e1
1 changed files with 10 additions and 0 deletions

View File

@ -82,6 +82,16 @@ class SearchHandler(BaseHandler):
@defer.inlineCallbacks
def search(self, user, content):
"""Performs a full text search for a user.
Args:
user (UserID)
content (dict): Search parameters
Returns:
dict to be returned to the client with results of search
"""
try:
search_term = content["search_categories"]["room_events"]["search_term"]
keys = content["search_categories"]["room_events"].get("keys", [