# EngineScope

> A enum that indicates the search scope for Project engines. It is used by ProjectSearchContext.

## Definition

* **Type:** Field
* **Namespace:** [UnityEditor.SearchService](/engine/6000.5/script-reference/unityeditor/searchservice.md)
* **Assembly:** UnityEditor.CoreModule

> **Warning:**
>
> **Removed.** Project has been deprecated. Use ProjectSearch instead
>
> **Upgrade to** [ProjectSearch](/engine/6000.5/script-reference/unityeditor/searchservice/projectsearch.md)

```csharp
public const SearchEngineScope EngineScope = Project
```

### Remarks

Additional Resources: [ISearchContext.engineScope](/engine/6000.5/script-reference/unityeditor/searchservice/isearchcontext/enginescope.md).
