Skip to content

QueryController.updateSearchQuery method

QueryController › updateSearchQuery

Unofficial

Updates the search query and re-notifies the view if it changed.

Signature:

updateSearchQuery(searchQuery: string): void

Parameters:

Parameter Type Description
searchQuery string The new search query.

Returns: void