SearchPropositionFlags
The search proposition flags are used to give additional context to the search proposition.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Enum
- Namespace: UnityEditor.Search
- Assembly: UnityEditor
[Flags]public enum SearchPropositionFlags
Remarks
These flags are also used with SearchPropositionOptions.
Fields
Value | Description |
|---|---|
| FilterOnly | This search proposition will only be displayed when auto-completing a filter in text mode. |
| ForceAllProviders | The query builder use that flag to show all search providers when the search query is empty. |
| IgnoreRecents | Recent search queries will not be listed as search propositions. |
| NoCategory | Indicates that the query builder will not show search propositions categories. |
| None | Indicates no flags are used. |
| QueryBuilder | Indicates that the search propositions are fetched for the query block selector. |