<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [SearchConfig](./x-components.searchconfig.md)

## SearchConfig interface

Configuration options for the [SearchXModule](./x-components.searchxmodule.md)<!-- -->.

**Signature:**

```typescript
export interface SearchConfig 
```

## Properties

<table><thead><tr><th>

Property


</th><th>

Modifiers


</th><th>

Type


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

[pageMode](./x-components.searchconfig.pagemode.md)


</td><td>


</td><td>

[PageMode](./x-components.pagemode.md)


</td><td>


</td></tr>
<tr><td>

[pageSize](./x-components.searchconfig.pagesize.md)


</td><td>


</td><td>

number


</td><td>

Maximum number of results to request.


</td></tr>
</tbody></table>

