<!-- 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

<table><thead><tr><th>

Property


</th><th>

Modifiers


</th><th>

Type


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

[query](./x-components.searchgetters.query.md)


</td><td>


</td><td>

string


</td><td>

The combination of the query and the selected related tags.


</td></tr>
<tr><td>

[request](./x-components.searchgetters.request.md)


</td><td>


</td><td>

[InternalSearchRequest](./x-components.internalsearchrequest.md) \| null


</td><td>

The adapter request object for retrieving the results, or null if there is no valid data to create a request.


</td></tr>
</tbody></table>

