enumeration
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseThe search proposition flags are used to give additional context to the search proposition.
These flags are also used with SearchPropositionOptions.
None | Indicates no flags are used. |
FilterOnly | This search proposition will only be displayed when auto-completing a filter in text mode. |
IgnoreRecents | Recent search queries will not be listed as search propositions. |
QueryBuilder | Indicates that the search propositions are fetched for the query block selector. |
NoCategory | Indicates that the query builder will not show search propositions categories. |
ForceAllProviders | The query builder use that flag to show all search providers when the search query is empty. |