<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/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>Sridhar's Blog : SharePoint Search/Indexing</title><link>http://blogs.msdn.com/sridhara/archive/tags/SharePoint+Search_2F00_Indexing/default.aspx</link><description>Tags: SharePoint Search/Indexing</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Wildcard Search in SharePoint</title><link>http://blogs.msdn.com/sridhara/archive/2008/07/30/wildcard-search-in-sharepoint.aspx</link><pubDate>Wed, 30 Jul 2008 03:36:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8790340</guid><dc:creator>sridhara</dc:creator><slash:comments>5</slash:comments><comments>http://blogs.msdn.com/sridhara/comments/8790340.aspx</comments><wfw:commentRss>http://blogs.msdn.com/sridhara/commentrss.aspx?PostID=8790340</wfw:commentRss><wfw:comment>http://blogs.msdn.com/sridhara/rsscomments.aspx?PostID=8790340</wfw:comment><description>Being able to perform wildcard search is probably an area that's missing in out of the box search in SharePoint. Here's a small web part sample you can use to perform wildcard search in MOSS 2007 (and it can be engineered backward to fit into SharePoint...(&lt;a href="http://blogs.msdn.com/sridhara/archive/2008/07/30/wildcard-search-in-sharepoint.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8790340" width="1" height="1"&gt;</description><enclosure url="http://blogs.msdn.com/sridhara/attachment/8790340.ashx" length="1521682" type="application/x-zip-compressed" /><category domain="http://blogs.msdn.com/sridhara/archive/tags/MOSS+2007/default.aspx">MOSS 2007</category><category domain="http://blogs.msdn.com/sridhara/archive/tags/Code+Samples/default.aspx">Code Samples</category><category domain="http://blogs.msdn.com/sridhara/archive/tags/WSS+3.0/default.aspx">WSS 3.0</category><category domain="http://blogs.msdn.com/sridhara/archive/tags/Coding+tips/default.aspx">Coding tips</category><category domain="http://blogs.msdn.com/sridhara/archive/tags/SharePoint+Search_2F00_Indexing/default.aspx">SharePoint Search/Indexing</category><category domain="http://blogs.msdn.com/sridhara/archive/tags/Customization/default.aspx">Customization</category></item><item><title>Indexing MSCMS 2001 using MOSS 2007 indexer?</title><link>http://blogs.msdn.com/sridhara/archive/2008/06/25/indexing-mscms-2001-using-moss-2007-indexer.aspx</link><pubDate>Thu, 26 Jun 2008 00:23:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8653400</guid><dc:creator>sridhara</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/sridhara/comments/8653400.aspx</comments><wfw:commentRss>http://blogs.msdn.com/sridhara/commentrss.aspx?PostID=8653400</wfw:commentRss><wfw:comment>http://blogs.msdn.com/sridhara/rsscomments.aspx?PostID=8653400</wfw:comment><description>This might be a cake-walk for most of you, but I got delayed a bit to get MSCMS 2001 contents indexed using MOSS 2007. Basically what I saw after I setup a content source and started a full crawl was the below warning: The specified address was excluded...(&lt;a href="http://blogs.msdn.com/sridhara/archive/2008/06/25/indexing-mscms-2001-using-moss-2007-indexer.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8653400" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/sridhara/archive/tags/MOSS+2007/default.aspx">MOSS 2007</category><category domain="http://blogs.msdn.com/sridhara/archive/tags/Content+Management+Server/default.aspx">Content Management Server</category><category domain="http://blogs.msdn.com/sridhara/archive/tags/Troubleshooting+Tips/default.aspx">Troubleshooting Tips</category><category domain="http://blogs.msdn.com/sridhara/archive/tags/SharePoint+Search_2F00_Indexing/default.aspx">SharePoint Search/Indexing</category></item><item><title>Project to customize the small search control in SharePoint 2007</title><link>http://blogs.msdn.com/sridhara/archive/2008/06/21/project-to-customize-the-small-search-control-in-sharepoint-2007.aspx</link><pubDate>Sat, 21 Jun 2008 21:48:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8633335</guid><dc:creator>sridhara</dc:creator><slash:comments>8</slash:comments><comments>http://blogs.msdn.com/sridhara/comments/8633335.aspx</comments><wfw:commentRss>http://blogs.msdn.com/sridhara/commentrss.aspx?PostID=8633335</wfw:commentRss><wfw:comment>http://blogs.msdn.com/sridhara/rsscomments.aspx?PostID=8633335</wfw:comment><description>The small search control that is rendered in the default SharePoint pages is a delegate control rendered through master page. You can find it defined in the master page as follows: &amp;lt; asp : ContentPlaceHolder id ="PlaceHolderSearchArea" runat ="server"&amp;gt;...(&lt;a href="http://blogs.msdn.com/sridhara/archive/2008/06/21/project-to-customize-the-small-search-control-in-sharepoint-2007.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8633335" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/sridhara/archive/tags/MOSS+2007/default.aspx">MOSS 2007</category><category domain="http://blogs.msdn.com/sridhara/archive/tags/WSS+3.0/default.aspx">WSS 3.0</category><category domain="http://blogs.msdn.com/sridhara/archive/tags/How-To/default.aspx">How-To</category><category domain="http://blogs.msdn.com/sridhara/archive/tags/SharePoint+Search_2F00_Indexing/default.aspx">SharePoint Search/Indexing</category><category domain="http://blogs.msdn.com/sridhara/archive/tags/Customization/default.aspx">Customization</category></item></channel></rss>