<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [SearchGetters](./x-components.searchgetters.md)

## SearchGetters interface

Search store getters.

**Signature:**

```typescript
export interface SearchGetters 
```

## Properties

|  Property | Modifiers | Type | Description |
|  --- | --- | --- | --- |
|  [query](./x-components.searchgetters.query.md) |  | string | The combination of the query and the selected related tags. |
|  [request](./x-components.searchgetters.request.md) |  | [InternalSearchRequest](./x-components.internalsearchrequest.md) \| null | The adapter request object for retrieving the results, or null if there is no valid data to create a request. |

