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. |