I have used bing API in my product for doing web search.
I have set up the Options=EnableHighlighting in my code.
When a new search was done, the search key was properly highlighted in the search result. But recently I see that the highlighting has stopped working.
My implementation is similar to the one given at: http://msdn.microsoft.com/en-us/library/gg452690.aspx
I have checked my code repository, I dont see any change done in the working code.
Can you please let me know if the option has been removed. and the reason why its not working now.