Version: Unity 6.1 (6000.1)
Language : English
Invoke from the main menu
The SearchProvider class

Create a custom search provider

You can use the Search API to create your own search provider. A custom search provider can combine search results from different sources, exclude properties from the search, and perform actions on the search results.

This section provides information on how to create a custom search provider.

Topic Description
The SearchProvider class Execute a search with the SearchProvider class.
Register a search provider Register a search provider with the SearchService.
Search and fetch Add a search and fetch function to the search provider, and use a fuzzy search.
Action handlers Create action handlers for the search provider.

Additional resources

Invoke from the main menu
The SearchProvider class