Version: 2023.1
LanguageEnglish
  • C#

SearchPropositionFlags

enumeration

Suggest a change

Success!

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.

Close

Submission failed

For 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.

Close

Cancel

Description

The search proposition flags are used to give additional context to the search proposition.

These flags are also used with SearchPropositionOptions.

Properties

NoneIndicates no flags are used.
FilterOnlyThis search proposition will only be displayed when auto-completing a filter in text mode.
IgnoreRecentsRecent search queries will not be listed as search propositions.
QueryBuilderIndicates that the search propositions are fetched for the query block selector.
NoCategoryIndicates that the query builder will not show search propositions categories.
ForceAllProvidersThe query builder use that flag to show all search providers when the search query is empty.