QueryController.updateSearchQuery method
QueryController › updateSearchQuery
Unofficial
Updates the search query and re-notifies the view if it changed.Signature:
updateSearchQuery(searchQuery: string): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| searchQuery | string | The new search query. |
Returns: void