Data Connector
Last updated
Last updated
The WireBootstrap Azure Search Connector is a WireBootstrap data connector that allows an Azure Search Index to be used as a data source in WireBootstrap.
Use the az-search
provider key to use the service provider for this data connector with a data source.
Use the service provider configuration to configure the connection to an Azure Search index. For details visit the Azure Cognitive Search REST API documentation.
Name | Description |
---|---|
The following example sets up a data source against the public Azure Search Real Estate sample index.
Service providers are able to tell consumers about the functionality they support through an allow
property. Below is a list of the functionality that the service provider supports.
Name | Supports |
---|---|
service
The name of the Azure search service.
index
The name of the search index.
queryKey
The query API key.
suggesterName
Optional. The suggester name when using suggestions for type-ahead/auto-compete.
delete
false
discover
false
storedProcedure
false
tableQuery
true
test
false
write
false