@empathyco/x-components
Version:
Empathy X Components
25 lines (14 loc) • 542 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [FacetsService](./x-components.facetsservice.md) > [setQuery](./x-components.facetsservice.setquery.md)
## FacetsService.setQuery() method
Sets the query.
**Signature:**
```typescript
setQuery(query: string): void;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| query | string | The query searched. |
**Returns:**
void