Namespace chip.searchProvider
The namespace for the CHIP API's searchProvider contract, which
allows you to add a search provider to a surrounding shell.
Defined in: searchProvider.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
| Method Attributes | Method Name and Description |
|---|---|
| <static> |
chip.searchProvider.addSearchProvider(sUrl)
Adds a search provider with the given URL (if this feature is available).
|
Method Detail
<static>
chip.searchProvider.addSearchProvider(sUrl)
Adds a search provider with the given URL (if this feature is available).
- Parameters:
- {string} sUrl
- the search provider's URL
- Since:
- 1.2.0
- See:
sap.ui2.shell.getSearchHandle().addSearchProvider()