I've found this code for a custom webpart that takes a Sharepoint tag and passes the tag name to the RSS webpart. The RSS webpart then creates the query string based on that tag so that the RSS webpart shows news results related to that particular tag:
http://www.wictorwilen.se/Post/Enhancing-the-SharePoint-2010-Tag-Profile-Page-with-Bing-news.aspx
Everything works fine except that the results returned as for any word as opposed to matching the whole phrase. For example "Anniston Chemical Depot" will returns results for "depot" as well. The URL we used for the RSS webpart
is this:
http://news.google.com/news?hl=en&gl=us&authuser=0&gws_rd=ssl&um=1&ie=UTF-8&output=rss
Does anybody know what needs to be done to get the "match the whole phrase" results? Do I need to change the custom webpart? I don't think so since the website's documentation says that"That field is then used by the RSS Web Part to create the query string to get the RSS feed." so it looks like the RSS webpart is responsible for creating the final query string. Is there some setting in the RSS webpart to match the whole phrase?
thanks,