# GetSearchTable()

> Returns the query search table configuration if any.

## Definition

* **Type:** Method
* **Namespace:** [UnityEditor.Search](/engine/6000.7/script-reference/unityeditor/search.md)
* **Assembly:** UnityEditor

```csharp
SearchTable GetSearchTable()
```

### Returns

| Type                                                                             | Description                 |
| -------------------------------------------------------------------------------- | --------------------------- |
| [SearchTable](/engine/6000.7/script-reference/unityeditor/search/searchtable.md) | Search table configuration. |
