This version of Unity is unsupported.

SearchContextAttribute.providerIds

public string[] providerIds;

Description

A list of Search Provider IDs that will be used to create the search context.

const string assetProviders = "adb;asset";

[SearchContext("t:prefab", "expression;asset;scene", SearchViewFlags.GridView)] public GameObject prefab;