SearchReply Class
Allows the results of a preview to be sent to the preview requester.
Item Index
Methods
Methods
error
()
Informs the source of a query that the query was terminated due to an error
Returns:
error String error
finished
()
Informs the source of a query that the query results are complete
id
(
-
id
Returns a previously registered category
Parameters:
-
id
Object
push
(
-
result
Sends a single result to the source of a query
Parameters:
-
result
ObjectCategorisedResult
register_category
(
-
id
-
title
-
icon
-
category_renderer
Register new category and send it to the source of the query
Parameters:
-
id
ObjectString id
-
title
ObjectString title
-
icon
ObjectString icon
-
category_renderer
ObjectCategoryRenderer