question

36074899 avatar image
0 Votes"
36074899 asked 36074899 commented

Automatic Bing Suggestions is not yet configured after 24 hours

HI,

We had created an instance for Bing Autosuggest API before 24 hours, it is still showing the message "Automatic Bing Suggestions (it might take up to 24 hours for suggestions to reflect latest changes)".
164218-snipaste-2022-01-12-15-26-58.png
and also, when we tried to call Autosuggest API, we got the api response "isTrusted": true" instead of the Response objects including SuggestionGroup or else.
164198-snipaste-2022-01-12-15-37-45.png

Please check & suggest to get it in working status.

Thank you so much


azure-bing-autosuggest
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

romungi-MSFT avatar image
0 Votes"
romungi-MSFT answered 36074899 commented

@36074899 Have you created a custom search resource from azure portal and is that key used in this screen? We use the custom search resource key in this field to get a custom search auto suggest call. For ex:

164256-image.png


With the auto suggest resource key that you are using you can try this call to check if it works fine.

 curl -H "Ocp-Apim-Subscription-Key: <yourkeygoeshere>" https://api.bing.microsoft.com/v7.0/suggestions?q=sail



If an answer is helpful, please click on 130616-image.png or upvote 130671-image.png which might help other community members reading this thread.


image.png (84.3 KiB)
· 3
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hello,
thanks for the response!

With your suggestion api , I successfully got the response object , but the searchSuggestions seems not from my custom search setting.
I expected the searchSuggestions would be coming from the active url which I set in Bing Custom Search. However, the response is not related to my setting.

how do I get the result correctly?

thanks for helping!
164314-snipaste-2022-01-12-18-37-00.png


0 Votes 0 ·

I think if you have turned on bing auto suggestions then the defined custom suggestions are included first before bing auto suggestions. If you have turned that off then the custom auto suggestions should be available. In either case I think this takes upto 24 hours. Details about auto suggest with custom search are available here.

If you are still having issues with suggestions I would recommend to raise a support query from Azure portal for your custom search resource to check for any issues.


0 Votes 0 ·

Hi,

Yes , I did turn on bing auto suggestions, but it still not work after 24 hours. I will try to raise a support query.
Thanks a lot !!

0 Votes 0 ·