# FindQuery(string)

> Find a given search query given its GUID.

## Definition

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

```csharp
public static ISearchQuery FindQuery(string guid)
```

### Parameters

**** (\[string]\(https\://learn.microsoft.com/dotnet/api/system.string)): GUID of the search query.

### Returns

| Type                                                                               | Description                                      |
| ---------------------------------------------------------------------------------- | ------------------------------------------------ |
| [ISearchQuery](/engine/6000.7/script-reference/unityeditor/search/isearchquery.md) | Search query. Null if the system found no match. |
