# SearchExpressionKeyword

> Enum contaning all keywords used as configuration parameter in builtin evaluator of SearchExpression.

## Definition

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

```csharp
public enum SearchExpressionKeyword
```

## Fields

| Value                                                                                      | Description                                                                   |
| ------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------- |
| [All](/engine/6000.5/script-reference/unityeditor/search/searchexpressionkeyword/all.md)   | All keyword.                                                                  |
| [Any](/engine/6000.5/script-reference/unityeditor/search/searchexpressionkeyword/any.md)   | Any keyword.                                                                  |
| [Asc](/engine/6000.5/script-reference/unityeditor/search/searchexpressionkeyword/asc.md)   | Asc (contraction of Ascending). Used in sor\{} to define the sorting order.   |
| [Desc](/engine/6000.5/script-reference/unityeditor/search/searchexpressionkeyword/desc.md) | Desc (contraction of Descending). Used in sor\{} to define the sorting order. |
| [Keep](/engine/6000.5/script-reference/unityeditor/search/searchexpressionkeyword/keep.md) | Indicates to keep results from first set.                                     |
| [None](/engine/6000.5/script-reference/unityeditor/search/searchexpressionkeyword/none.md) | Unrecognized keyword.                                                         |
| [Sort](/engine/6000.5/script-reference/unityeditor/search/searchexpressionkeyword/sort.md) | Indicates to yield sorted results.                                            |
