<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [SearchMutations](./x-components.searchmutations.md) &gt; [appendResults](./x-components.searchmutations.appendresults.md)

## SearchMutations.appendResults() method

Append the results to the results state.

**Signature:**

```typescript
appendResults(results: Result[]): void;
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  results | Result\[\] | Results array. |

**Returns:**

void

