Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SearchPropositionFlags

The search proposition flags are used to give additional context to the search proposition.
Read time 1 minuteLast updated 5 days ago

Definition

[Flags]public enum SearchPropositionFlags

Remarks

These flags are also used with SearchPropositionOptions.

Fields

Value

Description

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