You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tripped over a problem recently where the API doesn't return me what I was expecting. Whilst I know the solution to my problem I am not 100% sure how it best fits with this project.
I have been using the relatedSearch for related key words.
My fix was to make the related be suggestions, because as it stands it seems to actually just perform the same as web. Should your related call use 'suggestions' or should there be a separate call for suggestions?
Thanks
The text was updated successfully, but these errors were encountered:
PhilHannent
pushed a commit
to PhilHannent/node-bing-api
that referenced
this issue
Mar 15, 2018
Good morning,
Firstly, thanks for the project.
I have tripped over a problem recently where the API doesn't return me what I was expecting. Whilst I know the solution to my problem I am not 100% sure how it best fits with this project.
I have been using the relatedSearch for related key words.
https://github.com/goferito/node-bing-api/blob/master/lib/bing.js#L270
However what I am actually after is the 'suggestions' API:
https://docs.microsoft.com/en-us/azure/cognitive-services/Bing-Autosuggest/get-suggested-search-terms
My fix was to make the related be suggestions, because as it stands it seems to actually just perform the same as web. Should your related call use 'suggestions' or should there be a separate call for suggestions?
Thanks
The text was updated successfully, but these errors were encountered: