# HideSearchBar

> The Search Picker window will hide the Search field. This means the user will not be able to edit the initial search query used to open the Search window.

## Definition

* **Type:** Field
* **Namespace:** [UnityEngine.Search](/engine/6000.7/script-reference/unityengine/search.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
HideSearchBar = 16384
```

### Remarks

This flag can be useful if you are sure the initial query yields a minimal and valid set of results.
