Enum SearchFlags
Various search options used to fetch items.
Namespace: Unity.QuickSearch
Syntax
[Flags]
public enum SearchFlags
Fields
| Name | Description |
|---|---|
| Debug | Adding debugging info while looking for results, |
| Default | Default Search Flag |
| FirstBatchAsync | Send the first items asynchronously |
| NoIndexing | Prevent the search to use any indexing |
| None | No specific search options. |
| Sorted | Fetch items will be sorted by the search service. |
| Synchronous | Search items are fetch synchronously. |
| WantsMore | Sets the search to search for all results. |