<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogit.create.pt/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>How to use KeywordQuery to search in WSS</title><link>http://blogit.create.pt/blogs/ricardocosta/archive/2007/06/15/How-to-use-KeywordQuery-to-search-in-WSS.aspx</link><description>First, you have to add the following references: Microsoft.Sharepoint Microsoft.Sharepoint.Search Second: DataTable resultsDataTable = new DataTable(); using (SPSite site = new SPSite( &amp;quot;http://server&amp;quot; )) { KeywordQuery query = new KeywordQuery(site);</description><dc:language>en</dc:language><generator>CommunityServer 2.1 (Build: 60809.935)</generator></channel></rss>