May 2019
Intermediate to advanced
504 pages
11h 50m
English
The most attractive of these features for any developer looking to create a search dialog is the custom real-time search suggestions. We do so, using the suggestions API, possibly combining it with a custom configuration. In order to utilize custom suggestions, you would need to subscribe to the BingCustomSearch API. For autocomplete, you can use the REST API with the following endpoint:
https://api.cognitive.microsoft.com/bingcustomsearch/v7.0/suggestions/search?customconfig=0&q=<myqueryparameter>
The response will display the result set with additional metadata, such as the display name and search type, as well as the original query string.
Read now
Unlock full access