Version: 2023.1
LanguageEnglish
  • C#

SearchUtils.CreateQuery

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

Declaration

public static Search.ISearchQuery CreateQuery(ref string name, Search.SearchContext context, Search.SearchTable tableConfig);

Parameters

name Name of the query.
context Search context used to execute the query.
tableConfig Search table used to populate the table view. Can be null.

Returns

ISearchQuery Returns a new search query object.

Description

Creates a new search query.

This search query needs to be persisted manually.